If the derived class does not override a public member function of the base class, you may specify a call to that public member function by using the name of the function and the appropriate parameter list.
Answer the following statement true (T) or false (F)
True
Computer Science & Information Technology
You might also like to view...
To take an object as an argument you have to create a(n)___________________ parameter.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
Information is passed to a method in ________.
a. the method name b. that method’s return c. the method body d. the arguments to the method
Computer Science & Information Technology