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

Can we change the basic meaning of an operator in c++?

0 Answers  


what is the use of void main() in C++ language?

0 Answers  


What is a class template?

0 Answers  


What is the use of map in c++?

0 Answers  


class HasStatic { static int I; }; Referring to the sample code above, what is the appropriate method of defining the member variable "I", and assigning it the value 10, outside of the class declaration? a) HasStatic I = 10; b) int static I = 10; c) static I(10); d) static I = 10; e) int HasStatic::I = 10;

1 Answers   Quark,






What is #include iomanip?

0 Answers  


Why we use #include conio h in c++?

0 Answers  


Is c++ vector dynamic?

0 Answers  


What is enum c++?

0 Answers  


What are the different types of polymorphism in c++?

0 Answers  


What character terminates all character array strings a) b) . c) END

0 Answers  


Is dev c++ free?

0 Answers  


Categories