What are the OOPS concepts?
Answer Posted / anumohan.mc
there are 4 types of oops concepts.
they are.
Encapsulation
Abstraction
Inheritance
Polymorphism
| Is This Answer Correct ? | 77 Yes | 26 No |
Post New Answer View All Answers
what is difference between class template and template class?
What is the real time example of inheritance?
What are the advantages of polymorphism?
What makes a language oop?
What are the 3 pillars of oop?
When not to use object oriented programming?
What is the difference between a constructor and a destructor?
Explain the advantages of inheritance.
Give two or more real cenario of virtual function and vertual object
What are oops methods?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What does I oop mean?
Get me a number puzzle game-program
c++ program to swap the objects of two different classes
What is the difference between static polymorphism and dynamic polymorphism?