Conversion from a basic type to a class type may be
achieved using______________
Answer Posted / safe
using object.
| Is This Answer Correct ? | 18 Yes | 9 No |
Post New Answer View All Answers
What is an interface in oop?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What are the 5 oop principles?
What is the purpose of enum?
How do you define social class?
What is oops and why we use oops?
How do you define a class in oop?
What is object-oriented programming? Webopedia definition
What is abstraction in oop?
Why it is called runtime polymorphism?
Why do we use class in oops?
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 purpose of polymorphism?
Why interface is used?