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
What is the difference between static polymorphism and dynamic polymorphism?
any one please tell me the purpose of operator overloading
Get me a number puzzle game-program
Why we use classes in oop?
What is the important feature of inheritance?
What is object and example?
What do you mean by variable?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
Which is not an object oriented programming language?
What is methods in oop?
Why do we use polymorphism?
Why is encapsulation used?
What are the features of oop?
What is overriding in oops?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.