What are the OOPS concepts?
Answer Posted / v.rajaram
The concepts of OOPs are Objects Data abstraction Data
Encapsulation Inheritance Overloading .
| Is This Answer Correct ? | 57 Yes | 112 No |
Post New Answer View All Answers
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
State what is encapsulation and friend function?
What is the purpose of polymorphism?
What do you mean by abstraction?
What are the components of marker interface?
What are the three parts of a simple empty class?
What are the advantages of polymorphism?
What is the renewal class?
What is overriding vs overloading?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Why do we need oop?
Why do while loop is used?
What are constructors in oop?
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.