What are the OOPS concepts?

Answer Posted / sivabalaselvamani

1)Object-Instance of the class
2)Classes-Combination of Data members and member functions
3)Data Abstraction-Abstracting the data and functions from
unwanted users.
4)Data Encapsulation-Wrapping up of Data members and member
functions.
5)Inheritance-Passing the values from one object to anther
object.
6)Message Passing-Messages can possible from one object to
anther object
7)Polymorphism-its like function over loading.
Poly-Many, morphism-Forms
8)Robust and Securisam-its for security purpose

Is This Answer Correct ?    151 Yes 63 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of abstraction?

740


Why multiple inheritance is not allowed?

776


Where You Can Use Interface in your Project

1588


What is polymorphism and its types?

787


Why do we use polymorphism?

740


• What are the desirable attributes for memory managment?

1927


write a program to find 2 power of a 5digit number with out using big int and exponent ?

2101


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?

3078


Which type does string inherit from?

806


How Do you Code Composition and Aggregation in C++ ?

24648


Write a program to sort the number with different sorts in one program ??

2086


What is polymorphism in oop example?

704


Why is oop better than procedural?

785


What are objects in oop?

803


Can bst contain duplicates?

909