CJCoding With Joseph
15per day
TitleTopicsAction
124
Basic Public InheritanceA base class Animal has been provided with a protected string name, a constructo...
easy○ Not Started
Inheritance
Solve
125
Accessing Protected MembersA base class Person has been provided with a protected string name and a constru...
easy○ Not Started
Inheritance
Solve
126
Constructor Call OrderA base class Vehicle has been provided with a protected int speed and a construc...
easy○ Not Started
Inheritance
Solve
127
Function OverridingA base class Shape has been provided with a virtual function draw() that prints ...
easy○ Not Started
Inheritance
Solve
128
Calling Base Using Scope ResolutionA base class Employee has been provided with a protected string name, a construc...
easy○ Not Started
Inheritance
Solve
129
Is-A RelationshipA base class Account has been provided with a protected double balance, a constr...
easy○ Not Started
Inheritance
Solve
130
Base Pointer to Derived ObjectA base class Animal has been provided with a virtual function sound() that print...
easy○ Not Started
Inheritance
Solve
131
Constructor and Destructor OrderA base class Base has been provided with a constructor that prints "Base constru...
easy○ Not Started
Inheritance
Solve
132
Overriding With Same SignatureA base class Printer has been provided with a virtual function print() that is m...
easy○ Not Started
Inheritance
Solve
133
Using Protected Instead of PrivateA base class BankAccount has been provided with a protected int accountNumber an...
easy○ Not Started
Inheritance
Solve
134
Multi Level InheritanceA three-level inheritance chain has been provided: - Person (base class) with a ...
easy○ Not Started
Inheritance
Solve
135
Private Members and GettersA base class Book has been provided with a private string title, a constructor, ...
easy○ Not Started
Inheritance
Solve
136
Override and Call Base FunctionA base class Message has been provided with a virtual function display() that pr...
easy○ Not Started
Inheritance
Solve
137
Hospital InheritanceA base class Patient has been provided with protected members id (int) and name ...
easy○ Not Started
Inheritance
Solve
138
Employee Engineer InheritanceA base class Employee has been provided with protected members id (int) and name...
easy○ Not Started
Inheritance
Solve
139
Derived Class With New MembersYou are given a base class Shape with a protected string color and a constructor...
medium○ Not Started
ClassesInheritance
Solve
140
Polymorphism Through Base PointerYou are given a base class Animal with a virtual function speak() that prints "....
medium○ Not Started
ClassesInheritance
Solve
141
Inheriting and Extending a ConstructorYou are given a base class Person with protected members name (string) and age (...
medium○ Not Started
ClassesInheritance
Solve
142
Override With Base Call and Extra LogicYou are given a base class Logger with a virtual function log() that prints a ti...
medium○ Not Started
ClassesInheritance
Solve
143
Multi-Level Inheritance With OverridesYou are given a base class Vehicle with a protected int speed and a virtual func...
medium○ Not Started
ClassesInheritance
Solve
144
Virtual Function With Return ValueYou are given a base class Employee with protected members name (string) and bas...
medium○ Not Started
ClassesInheritance
Solve