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 the concept of dynamic allocation of memory?

0 Answers  


What is flush c++?

0 Answers  


What are the vectors in c++?

0 Answers  


What are the static members and static member functions?

1 Answers  


What does '\r' and '\b' mean? Please explain with example.

7 Answers  






When you overload member functions, in what ways must they differ?

0 Answers  


Program to check whether a word is a sub-string or not of a string typed

0 Answers  


In which memory a class gets stored(in heap /in stack)? And why??

2 Answers  


What is a parameterized type?

1 Answers  


What does int * mean in c++?

0 Answers  


If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?

2 Answers   Persistent,


What is static function? Explain with an example

0 Answers  


Categories