Answer Posted / madasamy.k
Yes. Java is full on full OOPs Based language.
One more point of view java program structure is
'C' language based & It's based on 'C++' properties.
'C++' properties means
* Classes
* Objects
* Inheritance
* Polymoriphsm
* Encapusulation
* Abstrsction and so on.
Suppose we con't use the any class, then Java is not oops
based.
| Is This Answer Correct ? | 3 Yes | 16 No |
Post New Answer View All Answers
What is object in oop?
Why do we use polymorphism in oops?
What is the benefit of oop?
What is inheritance in oop?
Can an interface inherit a class?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What is difference between polymorphism and inheritance?
What is a class and object?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Why do pointers exist?
Is data hiding and abstraction same?
Can destructor be overloaded?
what are the ways in which a constructors can be called?
#include
What is super in oop?