Answer Posted / vinayaka kc
2 types of casting
1] Implicit casting
2] Explicit casting
(a)Const Cast,
(b)Static cast,
(c)reinterprit cast,
(d)dynamic cast;
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
what are the ways in which a constructors can be called?
What is the highest level of cohesion?
Can you inherit a private class?
What is oops?what is its use in software engineering?
What is object in oops?
What is overloading in oops?
What is a superclass in oop?
Where is pseudocode used?
Why do we use class?
when to use 'mutable' keyword and when to use 'const cast' in c++
write a C++ program for booking using constructor and destructor.
What are oops functions?
What is abstract class in oops?
What are the components of marker interface?
Why do we need oop?