Answer Posted / madhu kalla
if a language (supports)follows ObjectOrientedProgramming
concepts we can say it is a Object Oriented Programming.
Object Oriented Programing Concepts are:
1.class
2.object
3.Data Abstraction
4.Encapsulation
5.Polymorphism
6.Inheritnace
7.Message Communication
Is This Answer Correct ? | 57 Yes | 4 No |
Post New Answer View All Answers
when to use 'mutable' keyword and when to use 'const cast' in c++
What is the diamond problem in inheritance?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What are the components of marker interface?
What do you mean by overloading?
What polymorphism means?
What are two types of polymorphism?
Why do we use polymorphism?
How many human genes are polymorphic?
Is oop better than procedural?
What is balance factor?
Why oops is important?
What is the difference between abstraction and polymorphism?
What do you mean by abstraction?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?