explain oops concepts with examples?
Answer Posted / daydreamer
abstraction is the process by which data and programs are
defined with a representation similar to its meaning.
reduce and factor out details to focus on few concepts
at a time.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What are JVM.JRE, J2EE, JNI?
what is a working thread? : Java thread
What is an object in java and how is it created?
What is the difference between public, private, protected, and friend access?
What’s meant by anonymous class?
Difference between linkedlist and arraylist.
Can we override final method?
What is an infinite loop? How infinite loop is declared?
Is finalize() similar to a destructor?
What is return used for in java?
Define jit compiler?
What is a default method?
What is the importance of finally block in exception handling?
Why we use protected in java?
5 Coding best practices you learned in java?