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
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< How does polymorphism work? There are two base class B1,B2 and there is one class D
which is derived from both classes,
Explain the flow of calling constructors and destructors
when an object of derived class is instantiated. What is the highest level of cohesion? What is the fundamental idea of oop? What is encapsulation c#? What is the significance of classes in oop? when to use 'mutable' keyword and when to use 'const cast'
in c++ What are different oops concepts? State what is encapsulation and friend function? What is byval and byref? What are differences between them? What is class in oop with example? What is for loop and its syntax? What is a function in oop? What is pointer in oop?