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 are the three parts of a simple empty class?
What is interface in oop?
What is abstraction with example?
What is abstraction in oop with example?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What are the data types in oop?
What is coupling in oops?
What is property in oops?
How Do you Code Composition and Aggregation in C++ ?
What does I oop mean?
What is an interface in oop?
What are the 3 principles of oop?
Why multiple inheritance is not possible?