Answer Posted / sandeep kaur
java is an Object Oreiented Language..but it is not a pure
Object oriented Programming Language..because it does not
support all the features of OOP.
One Reason:
All the data types are not objects..but java support all
these Data Types.But in OOP Language everything should be
objects and methods.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is class and object in oops?
Give two or more real cenario of virtual function and vertual object
hi all..i want to know oops concepts clearly can any1 explain??
Write a c++ program to display pass and fail for three student using static member function
What is the advantage of oop over procedural language?
What are the 3 pillars of oop?
What is abstraction with example?
What is for loop and its syntax?
What is abstract class in oops?
Can abstract class have normal methods?
What is overriding in oop?
What makes a language oop?
Why we use classes in oop?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?