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 the difference between a constructor and a destructor?
What is encapsulation process?
Write a c++ program to display pass and fail for three student using static member function
What do you mean by Encapsulation?
What is polymorphism what is it for and how is it used?
What is an advantage of polymorphism?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Why we use classes in oop?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is object in oop?
Why is static class not inherited?
What is object-oriented programming? Webopedia definition
What is polymorphism explain?
#include
What is the real time example of encapsulation?