What are the OOPS concepts?
Answer Posted / ramana
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is destructor give example?
Why do we use polymorphism in oops?
What is the difference between abstraction and polymorphism?
How long to learn object oriented programming?
What is abstract class in oops?
Is abstract thinking intelligence?
What are the 5 oop principles?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is a class oop?
What is debug class?what is trace class? What differences are between them? With examples.
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
Can we create object of abstract class?
What is encapsulation in ict?
What is the benefit of oop?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?