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 mean by encoding?
Is set sorted in java?
What is the finalize method do?
What is a treeset in java?
Does java initialize arrays to zero?
What is singleton math?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
How do I type unicode?
What are structs in java?
Will the jvm load the package twice at runtime?
In a container there are 5 components. I want to display the all the components names, how will you do that one?
worst case complexities of Quick sort and Merge sort.
Can we declare a constructor as final?
What is skeleton and stub?
Why put method is idempotent?