Answer Posted / swapna
java is not a pure object oriented .its partially object
oriented.object oriented means every thing should be used in
terms of objects.in java we use datatypes with out creating
any objects.using java we can do fully object oriented
programming.so its a partially object oriented.
| Is This Answer Correct ? | 107 Yes | 20 No |
Post New Answer View All Answers
What is object in oops?
What is encapsulation oop?
Why is abstraction needed?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What are two types of polymorphism?
What is overriding vs overloading?
What is the main purpose of inheritance law?
What is overriding in oop?
Why do we use oops?
What is polymorphism explain its types?
What is destructor give example?
What is difference between inheritance and polymorphism?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is the real time example of inheritance?
What are the benefits of polymorphism?