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
What is array command?
What is the difference between an inner class and a sub-class?
What is output buffer?
Tell us something about an iterator.
What does int argc char * argv [] mean?
When throw keyword is used?
Which collection allows duplicate values in java?
What is the protected method modifier?
What is the purpose of lambda expressions?
Can we declare register variable as global?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
What is skeleton and stub?
Can you access non static variable in static context?
What is exception handling in java?
What is java basic concept?