Answer Posted / vijay tandel
Java is not pure OOP Language because it uses primitive data
types.
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
What is for loop and its syntax?
Can we have inheritance without polymorphism?
Can we define a class within the interface?
What is difference between polymorphism and inheritance?
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?
What language is oop?
What is abstraction example?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is a null tree?
Can enum be null?
What are different oops concepts?
What is pure oop?
What is polymorphism and its types?
What are the benefits of oop?
What is polymorphism give a real life example?