Which is the correct way to tell the compiler that the class being declared (ChildClass) is derived from the base class (BaseClass)?
a. class ChildClass::public BaseClass
b. class ChildClass:public BaseClass
c. class ChildClass childOf public BaseClass
d. class ChildClass derived BaseClass
b. class ChildClass:public BaseClass
Computer Science & Information Technology
You might also like to view...
External hard drives are constructed from GDDR5 memory
Indicate whether the statement is true or false
Computer Science & Information Technology
Assume that the current directory is C:\ and a file named MESSAGE.BAT is located in the C:\Util directory. Which one of the following commands would be effective?
A) ERASE MESSAGE.BAT B) COPY MESSAGE.BAT \UTIL C) TYPE C:\UTIL\MESSAGE.BAT D) COPY C:\MESSAGE.BAT C:\UTIL\MESSAGE.BAT
Computer Science & Information Technology