Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
What are the orientation programming developed after object oriented programming.?
I came to know that there are hundreds of oriented programming are using in the industry. Please anybody give some details about it..
1 Answer
- Anonymous8 years agoFavorite Answer
Object oriented languages are only different in that they allow for the construction of an object. Said object can have any number of attributes which are stored within the object. This is generally accompanied by the creation of methods within a class that can modify the object.
Where this differs from non-OO languages is that they only allow for the creation of single attribute variables. That's not to say you cannot have an array of information stored in a variable, just generally all entries in the array must be of the same data type (integer, string, floating point...etc).
Some OO languages are Java, C#, C++, Ruby, and many others. Even many languages that were historically procedural (non-OO) have been updated and extended to become object oriented, like Fortran, Basic, and PHP
For more information, check out the wiki:
http://en.m.wikipedia.org/wiki/Object-oriented_programming