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


Please Help Members By Posting Answers For Below Questions

What is the significance of classes in oop?

805


design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)

6370


What is the real time example of encapsulation?

797


What is cohesion in oop?

839


What is advantage of inheritance?

937


Why do we use polymorphism?

763


Give an example where we have to specifically use C programming language and C++ programming language cannot be used?

1381


Can a varargs method be overloaded?

814


What is persistence in oop?

865


What is object in oop?

879


What is the importance of oop?

839


What are the components of marker interface?

801


What are two types of polymorphism?

805


Why is abstraction needed?

757


• What are the desirable attributes for memory managment?

1947