Which of the following classes cannot be extended?
a. class A { }
b. class A { private A() { }}
c. final class A { }
d. class A { protected A() { }}
c
Computer Science & Information Technology
You might also like to view...
The Internet was created to provide
a. a secure form of communications. b. a common communication means for all computers. c. both A and B d. neither A or B
Computer Science & Information Technology
Use a ________ query to display fields and records that match specified conditions
A) criteria B) filter C) select D) sort
Computer Science & Information Technology