New ! Computer Science MCQ Practise Tests



11th Standard English Medium Computer Science Subject Polymorphism Creative 5 Mark Questions with Solution

11th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

Time : 01:00:00 Hrs
Total Marks : 25

    5 Marks

    5 x 5 = 25
  1. Write a c++ program to find Addition and Subtraction of complex number using operator overloading.

  2. Write a C++ program to concatenate two strings using operator overloading.

  3. Give the output of the following program.

  4. Write the coding for the following output using constructor overloading.
    Output:
    Constructor without parameters ...
    Parameterized constructor ...
    Copy Constructor ....
    Enter data ... 20 30
    Object a:
    The numbers are ..20 30
    Thesum of the numbers are .. 50
    Object b:
    The numbers are..10 20
    The sum of the numbers are .. 30
    Object c..
    The numbers are ..10 20
    The sum of the numbers are .. 30

  5. Write a program to find the area of a rectangle using constructor overloading in a class.

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

Reviews & Comments about 11th Standard English Medium Computer Science Subject Polymorphism Creative 5 Mark Questions with Solution updated Creative Questions

Write your Comment