explain oops concepts with examples?
Answer Posted / akash biswas
oops means Object Oriented Programming Language.It's
combined with Data And Procedures.........
OOPs have following features
1.Class $ Object--Encapsulation.
2.Function Overloading
> > Polymorphism
Function Overriding
3.Hierarchical--Inheritance
The Class Files only Understand byte code....
BYE........
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What is a cup of java?
What about abstract classes in java?
What is default locale java?
What happens if we don’t override run method ?
What is singleton pattern?
If I only change the return type, does the method become overloaded?
Is empty .java file name a valid source file name?
What is meant by structural programming?
Explain tree set and its features?
What are meta-annotations?
Can main() method in java can return any data?
What is the this keyword?
What do you mean by synchronized non access modifier?
Difference between this() and super() ?
What is the purpose of interface?