New ! Computer Science MCQ Practise Tests



11th Standard English Medium Computer Science Subject Inheritance Creative 2 Mark Questions with Solution Part - I

11th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

Time : 01:00:00 Hrs
Total Marks : 10

    2 Marks

    5 x 2 = 10
  1. Write the types of Inheritance for the following statement.
    (i) When a derived class inherits from many base classes.
    (ii) When more than one derived classes are created from a single base class.
    (iii) Multilevel +Multiple Inheritance
    (iv) The transitive nature of inheritance
    (v) Class student {public: int roll no;};
    Class student : public student {public : int marks}; is an example of

  2. When the constructor of base class will automatically invoked?

  3. If a base class and a derived class each include a member function with the same name and arguments, which member function will be called by the object of the derived class if the scope resolution operator is not used?

  4. Differentiate containership and Inheritance?

  5. Write the syntax for derived and base class.

*****************************************

Reviews & Comments about 11th Standard English Medium Computer Science Subject Inheritance Creative 2 Mark Questions with Solution Part - I

Write your Comment