Multiple Choice
By convention,the name for a Car interface is:
A) InterfaceCar
B) ICar
C) CarI
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: A class that implements an interface but
Q22: Polymorphism enables you to:<br>A) program in the
Q47: Which of the following is false about
Q49: If a derived class reference is assigned
Q50: Consider the abstract class below:<br>Public abstract class
Q51: When a request is made to use
Q53: An interface reference may invoke only the
Q54: A class that implements an interface may
Q55: Which statement best describes the relationship between
Q57: Polymorphism allows the addition of classes providing