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
How do you define social class?
Can we create object of interface?
How does polymorphism work?
Give two or more real cenario of virtual function and vertual object
What is encapsulation with real life example?
What is oops and its features?
Can we create object of abstract class?
What are two types of polymorphism?
What is static modifier?
Can private class be inherited?
What is for loop and its syntax?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
Is abstract thinking intelligence?
What is pointer in oop?
What is the problem with multiple inheritance?