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
What is abstraction with example?
How is class defined?
What causes polymorphism?
How oops is better than procedural?
Are polymorphisms mutations?
What is constructor in oop?
What does enum stand for?
class type to basic type conversion
What is overriding vs overloading?
What is encapsulation in simple terms?
What does and I oop and sksksk mean?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What type of loop is a for loop?
What is destructor oops?
Why do we use inheritance?