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
What are the types of abstraction?
Why multiple inheritance is not allowed?
Where You Can Use Interface in your Project
What is polymorphism and its types?
Why do we use polymorphism?
• What are the desirable attributes for memory managment?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
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?
Which type does string inherit from?
How Do you Code Composition and Aggregation in C++ ?
Write a program to sort the number with different sorts in one program ??
What is polymorphism in oop example?
Why is oop better than procedural?
What are objects in oop?
Can bst contain duplicates?