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
officer say me - i am offered to a smoking , then what can you say
Write a c++ program to display pass and fail for three student using static member function
c++ program to swap the objects of two different classes
Why multiple inheritance is not possible?
when to use 'mutable' keyword and when to use 'const cast' in c++
How oops is better than procedural?
What is oops and why we use oops?
What is the difference between a mixin and inheritance?
Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.
What is abstraction in oop with example?
Plese get me a perfect C++ program for railway/airway reservation with all details.
Where is pseudocode used?
What is the fundamental idea of oop?
What is polymorphism what are the different types of polymorphism?
What is encapsulation oop?