Classes & Objects


  1. What does inheritance allow you to do?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    create a hierarchy of classes


  1. What is the syntax of inheritance of class?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    class name: access specifier class name



  1. How many kinds of classes are there in c++?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    There are two kinds of classes in c++. They are absolute class and the concrete class.