Answer Posted / manikandan [ gtec,vellore ]
yes,java is purely oop language.int char etc are simple data
types this are not used for application.we use only wrapper
classes in the application.i asked HR and he replied this
answer.the thing is java supports simple data types too.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are main features of oop?
What are the advantages of polymorphism?
What is the full form of oops?
Why is destructor used?
2. Give the different notations for the class.\
What are the components of marker interface?
What is the real life example of polymorphism?
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?
#include
What is a superclass in oop?
What are the features of oop?
What is polymorphism explain?
Why is static class not inherited?
What are the 3 principles of oop?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?