What are the basics concepts of OOPS?



What are the basics concepts of OOPS?..

Answer / 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

More C++ General Interview Questions

Explain virtual class and friend class.

0 Answers  


List the features of oops in c++?

0 Answers  


What is the main purpose of overloading operators?

0 Answers  


What is the use of endl in c++ give an example?

0 Answers  


What are special characters c++?

0 Answers  






Can a constructor throw a exception? How to handle the error when the constructor fails?

1 Answers  


What is data types c++?

0 Answers  


What is the difference between reference type and pointers.

4 Answers   HCL,


You run a shell on unix system. How would you tell which shell are you running?

0 Answers  


What is an explicit constructor?

1 Answers  


True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends

0 Answers  


How does c++ structure differ from c++ class?

0 Answers  


Categories