Answer Posted / achal
when an object of that class is created and constructor
runs. memory is allocated in Stack (part of RAM)
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
What are the types of abstraction?
#include
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What are the 5 oop principles?
What is the example of polymorphism?
What is constructor in oop?
Why do we use oops?
What is static in oop?
What is meant by multiple 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 does enum stand for?
What does and I oop mean?
when to use 'mutable' keyword and when to use 'const cast' in c++
What makes a language oop?