What are the OOPS concepts?

Answer Posted / rithi

The following are the basic concepts of OOPS.
1)Objects
2)Classes
3)Data Abstraction
4)Data Encapsulation
5)Inheritance
6)Polymorphism
7)Message Passing
8)Reusability
9)Dynamic Binding
10)Methods

Is This Answer Correct ?    218 Yes 77 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is oops concept with example?

580


What are two types of polymorphism?

614


What do you mean by Encapsulation?

645


What is basic concept of oop?

702


Why do we need polymorphism in c#?

690






What is destructor give example?

608


What do you mean by overloading?

584


What are the two different types of polymorphism?

673


Why do we use class?

637


What is oops and why we use oops?

573


What is interface in oop?

664


What are the data types in oop?

608


How do you explain polymorphism?

596


What is difference between polymorphism and inheritance?

619


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

2008