What are the OOPS concepts?
Answer Posted / amruta
There are 7 basic concepts of oop
1.object&classes
2.data abstraction
3.data encapsulation
4.polymorphism
5.inheritance
6.dynamic binding
7.msg passing
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is debug class?what is trace class? What differences are between them? With examples.
Why is polymorphism important in oop?
What is overloading in oop?
Why do we use polymorphism in oops?
Can you inherit a private class?
What is the difference between a constructor and a destructor?
Plese get me a perfect C++ program for railway/airway reservation with all details.
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
Prepare me a program for the animation of train
What is object in oops?
What is the main purpose of inheritance law?
what type of question are asked in thoughtworks pair programming round ?
What do you mean by Encapsulation?
what are the different types of qualifier in java?
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?