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
How long to learn object oriented programming?
What is encapsulation example?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is a class oop?
What is inheritance in oop?
What is use of overloading?
What is pointer in oop?
What is the full form of oops?
What is debug class?what is trace class? What differences are between them? With examples.
Which type does string inherit from?
write string class as your own class in java without using any built-in function
Can enum be null?
which feature are not hold visual basic of oop?
Can private class be inherited?
What is the main feature of oop?