Which of the following statements declares Salaried as a subclass of PayType?
a. public class Salaried implements PayType
b. public class PayType derives Salaried
c. public class Salaried extends PayType
d. public class Salaried derivedFrom(PayType)
c. public class Salaried extends PayType
Computer Science & Information Technology
You might also like to view...
Which of the following is NOT an Expression Builder component used when constructing an expression?
A) Expression Elements B) Expression Arguments C) Expression Values D) Expression Categories
Computer Science & Information Technology
Which of the following is the process of exploiting a bug or weakness in an operating system to allow a user to receive privileges to which they are not entitled?
A. privilege escalation B. insecure direct object references C. clickjacking D. CSRF
Computer Science & Information Technology