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
hi all..i want to know oops concepts clearly can any1 explain??
What is oops concept with example?
Why do we need oop?
Why interface is used?
What is difference between multiple inheritance and multilevel inheritance?
What does it mean when someone says I oop?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Why is object oriented programming so hard?
What is the difference between procedural programming and oops?
How do you answer polymorphism?
What is polymorphism used for?
What does and I oop mean?
Where is pseudocode used?
What are different oops concepts?
What is advantage of inheritance?