Conversion from a basic type to a class type may be
achieved using______________
Answer Posted / kaswan
well i have wrote a full article on how primitive types can
be converted to class type and class to class conversion
also.... if you want to check go ahead!
http://crazylearner.com/type-conversion-in-c/
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is object in oop with example?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What are the two different types of polymorphism?
Why do we use polymorphism in oops?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is abstraction in oops with example?
What is the main feature of oop?
Which language is pure oop?
What is variable example?
What is object in oops?
any one please tell me the purpose of operator overloading
What is polymorphism explain?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
Why do we use class in oops?
What is oops and why we use oops?