What are the basics concepts of OOPS?

Answer Posted / hrpynux@gmail.com

Now, there are four fundamental concepts of Object-oriented programming – Inheritance, Encapsulation, Polymorphism, and Data abstraction. It is very important to know about all of these in order to understand OOPs

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the effects after calling the delete this operator ?

558


What are static variables?

619


What are keywords in c++?

601


When there is a global variable and local variable with the same name, how will you access the global variable?

617


Why was c++ created?

554






What are vtable and vptr?

619


Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.

1719


What is a memory leak c++?

590


Const char *p , char const *p What is the difference between the above two?

663


Is c++ a pure oop language?

602


Explain how an exception handler is defined and invoked in a Program.

584


What is an incomplete type in c++?

766


What are the advantages of pointers?

595


What is a driver program?

629


What are associate containers?

617