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 does @param args mean in java?
Explain heap sort?
What does you mean in math?
what is the constructor and how many types of constructors are used in java?
How do you use nextline in java?
What are namespaces in java?
What are the elements of java?
what is the difference between a threads start() and run() methods? : Java thread
What is the full meaning of java?
What is a prefix function.write down a code to compute prefix function.
Can we declare a class as abstract without having any abstract method?
Is it possible to compare various strings with the help of == operator? What are the risks involved?
What is remote method invocation (rmi)?
What is the difference between sleep and wait in java?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?