explain oops concepts with examples?
Answer Posted / surender dagar
oOP concepts are mainly 4 parts
such as
1.Abstraction
2.Encapsulation
3.Inheritence
4.Polymorphism
| Is This Answer Correct ? | 23 Yes | 7 No |
Post New Answer View All Answers
What is the difference between && and & in java?
What is bool mean?
What is a variable declaration?
How to use arraylist in java netbeans?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
What is a short in java?
Explain the difference between hashmap and hashtable in java?
Explain java heap space and garbage collection?
Does variable declaration allocate memory?
What is the common usage of serialization? What exceptions occur during serialization?
What is the transient keyword?
Explain about anonymous inner classes ?
Which collection allows duplicate values in java?
can I implement my own start() method? : Java thread
What things should be kept in mind while creating your own exceptions in java?