Which functions in class D are virtual?
class B
{
public:
virtual void f();
virtual void g();
// ...
private:
//...
};
class D : public B
{
public:
void f();
void g(int);
private:
// ...
};
Correct Answer:
Verified
View Answer
Unlock this answer now
Get Access to more Verified Answers free of charge
Q24: What is the error?
class B
{
public:
virtual void f();
};
virtual
Q25: Why do you not get an undefined
Q26: In C++,a virtual destructor is invoked whenever
Q27: If the override specifier is added to
Q28: Suppose each of the base class and
Q29: Redefining and overriding are exactly the same
Q30: Is there an error?
class B
{
public:
void virtual f();
};
void
Q31: It is desirable to develop your programs
Q32: Give some simple recommendation for when a
Q33: Explain the difference between virtual functions,late binding,and
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents