why we call c++ is object oriented lanaguage

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


Please Help Members By Posting Answers For Below Questions

when to use 'mutable' keyword and when to use 'const cast' in c++

1746


What is the diamond problem in inheritance?

674


Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.

2101


What are the components of marker interface?

704


What do you mean by overloading?

679






What polymorphism means?

703


What are two types of polymorphism?

694


Why do we use polymorphism?

653


How many human genes are polymorphic?

660


Is oop better than procedural?

657


What is balance factor?

685


Why oops is important?

687


What is the difference between abstraction and polymorphism?

714


What do you mean by abstraction?

695


Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?

4343