explain oops concepts with examples?
Answer Posted / anuj kumar
object oriented programming concepts are mainly 4 parts
such as
1.Abstraction
2.Encapsulation
3.Inheritence
4.Polymorphism
| Is This Answer Correct ? | 14 Yes | 12 No |
Post New Answer View All Answers
What is JFC?
How do you trim a space in java?
How are this() and super() used with constructors in java programming?
What does substring mean?
What are the three parts of a lambda expression?
What is an abstract class and what is it’s purpose?
What is unmodifiable list in java?
What are the actions that can occur when a thread enters blocked state?
who can i handle multiple client in RMI
Why java strings are immutable in nature?
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
Does java list allow null?
Difference between start() and run() method of thread class?
Can we use a switch statement with strings?
How do you compare values in java?