explain oops concepts with examples?
Answer Posted / srinivas
oops means object oriented programming. which contains only
objects&methods.java is one of the object oriented
programming language.. but it is not a 100% oop... Because
java uses premitive datatypes.....
oops contains some features:
1:encapsulation
2:inheritance
3:polymorphism
| Is This Answer Correct ? | 185 Yes | 77 No |
Post New Answer View All Answers
Can we have more than one package statement in the source file?
What is used of static keyword in java?
Can you make a constructor final in Java?
Is an integer an object?
What is method in research paper?
What does sprintf mean?
Define iterator and methods in iterator?
If you do not want your class to be inherited by any other class. What would you do?
What are basic data types?
How to find the index of the largest number in an arraylist java?
Which is bigger double or float?
When can we say that threads are not lightweight process in java?
What is Applet Stub Interface ?
What is return null in java?
Are true and false keywords?