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
write a program to find 2^n+1 ?
Can an interface inherit a class?
Can main method override?
#include
Why interface is used?
What is variable example?
What is inheritance and how many types of inheritance?
2. Give the different notations for the class.\
What is the real life example of polymorphism?
Explain virtual inheritance?
Why do we use class in oops?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is multilevel inheritance in oop?
Why do we need oop?
What are the data types in oop?