Answer Posted / devesh
no java is not pure oop language because in java we use premitive data types like char ,short,double,flour etc which are not object,so we can say java is not a object oriented programming.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Why do while loop is used?
What are the benefits of polymorphism?
How do you explain polymorphism?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
What is class and object with example?
What is a null tree?
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 is encapsulation in oops?
What is polymorphism oop?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
Are polymorphisms mutations?
what is graphics
what are the realtime excercises in C++?
Why is polymorphism used?
Why is abstraction needed?