What are the OOPS concepts?
Answer Posted / rajkumar
oop has two major components class and object
The oop contain following concepts
1.Abstraction
2.Encapsulation
3.Inheritance
4.polymorphism
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
c++ program to swap the objects of two different classes
What is a superclass in oop?
Why is static class not inherited?
How many human genes are polymorphic?
How oops is better than procedural?
Why is oop better than procedural?
What are two types of polymorphism?
officer say me - i am offered to a smoking , then what can you say
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
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?
What are the benefits of polymorphism?
Are polymorphisms mutations?
What is the highest level of cohesion?
Prepare me a program for the animation of train
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?