What are the OOPS concepts?
Answer Posted / siva
Object-oriented programming (OOP) is a computer science
term used to characterize a programming language that began
development in the 1960’s. The term ‘object-oriented
programming’ was originally coined by Xerox PARC to
designate a computer application that describes the
methodology of using objects as the foundation for
computation. By the 1980’s, OOP rose to prominence as the
programming language of choice, exemplified by the success
of C++. Currently, OOPs such as Java, J2EE, C++, C#, Visual
Basic.NET, Python and JavaScript are popular OOP
programming languages that any career-oriented Software
Engineer or developer should be familiar with.
| Is This Answer Correct ? | 191 Yes | 207 No |
Post New Answer View All Answers
What is the point of polymorphism?
What is the difference between encapsulation and polymorphism?
What is abstraction in oop with example?
What is polymorphism and example?
Why interface is used?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Can we have inheritance without polymorphism?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What is encapsulation in oops?
What are the advantages of polymorphism?
What are objects in oop?
What is polymorphism explain?
What is the advantage of oop over procedural language?
What does no cap mean?
How oops is better than procedural?