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

What is the auto keyword good for in c++?

0 Answers  


Why c++ is so important?

0 Answers  


What is the precedence when there is a global variable and a local variable in the program with the same name?

0 Answers  


Explain unexpected() function?

0 Answers  


How java is different from c and c++?

0 Answers  






What are punctuators in c++?

0 Answers  


Can comments be nested?

0 Answers  


class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;

4 Answers   Manhattan,


Why struct is used in c++?

0 Answers  


Define a conversion constructor?

0 Answers  


What does floor mean in c++?

0 Answers  


What do you mean by global variables?

0 Answers  


Categories