What are the OOPS concepts?
Answer Posted / rakadon
oop concepts are:
1.classes
2.objects
3.data abstraction
4.encapsulation
5.inheritence
6.polymorphism
7.dynmaic binding
8.message passing
these are prime oops concepts.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what is different between oops and c++
Why do we use encapsulation in oops?
How do you achieve runtime polymorphism?
What is abstraction in oops?
What is a class oop?
What is abstract class in oops?
What is constructor overloading in oop?
Why do we use oops?
How to use CMutex, CSemaphore in VC++ MFC
2. Give the different notations for the class.\
What does enum stand for?
What is difference between pop and oop?
What does and I oop and sksksk mean?
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.
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction