What are the OOPS concepts?
Answer Posted / razz rohit
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 ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the significance of classes in oop?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is the real time example of encapsulation?
What is cohesion in oop?
What is advantage of inheritance?
Why do we use polymorphism?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
Can a varargs method be overloaded?
What is persistence in oop?
What is object in oop?
What is the importance of oop?
What are the components of marker interface?
What are two types of polymorphism?
Why is abstraction needed?
• What are the desirable attributes for memory managment?