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
Why do we use polymorphism?
What is the problem with multiple inheritance?
What is the difference between a mixin and inheritance?
Is oop better than procedural?
What is the important feature of inheritance?
What is static in oop?
What is abstraction in oops?
What is the benefit of oop?
What are objects in oop?
What is object in oops?
What is protected in oop?
What is overriding vs overloading?
How to call a non virtual function in the derived class by using base class pointer
What is encapsulation in simple terms?
Why is polymorphism needed?