What are the OOPS concepts?
Answer Posted / sirisha
oops concepts are
1.Object
An object is collection of data members and associated
member functions.
2.Class
Class is a data structure which encapsulates data and
member function in a single unit and the member funtions of
the class are used to access member variables.
3.Abstraction
Abstraction is of the process of hidding data.
or
Identifying the important properties of existing modes.
4.Encapsulation
The wrapping up of data and methods in a single unit is
known as encapsulation.
5.Polymorphism
Process of aquiring properties from one object to another
with changes.
or
The same operation can be applied differntly in diffent
objects.
ex:5+2,a+b.
6.Inheritance
Process of aquiring properties from one object to another
without changes.
or
Identifying the important features based on one class to
next class.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
write a program to find 2 power of a 5digit number with out using big int and exponent ?
Give two or more real cenario of virtual function and vertual object
What is encapsulation selenium?
What is difference between multiple inheritance and multilevel inheritance?
What is polymorphism what are the different types of polymorphism?
What is an interface in oop?
Why it is called runtime polymorphism?
What is object-oriented programming? Webopedia definition
What do you mean by overloading?
What is the point of oop?
which feature are not hold visual basic of oop?
Can we create object of interface?
Can bst contain duplicates?
• What are the desirable attributes for memory managment?
What are oops methods?