Answer Posted / manikandan
Java is purely OOPL.primitives are simple datatypes in java
all the collections classes are uses wrapper class only not
a simple data types In all the applications we uses wrapper
class only not a primitives.we use primitives only for a
learning purpose and java supports native language that so
primitives still lives in java
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
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 object in oop?
What does I oop mean?
What do you mean by overloading?
What is object and class in oops?
why reinterpret cast is considered dangerous?
Why do pointers exist?
Why is destructor used?
Why is there no multiple inheritance?
How to improve object oriented design skills?
Can we define a class within the interface?
Why do we use class in oops?
What is abstraction in oops?
What is debug class?what is trace class? What differences are between them? With examples.
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?