Welcome to your CPP-1 DATE:March 14, 2026 Name of Student 1.Which of them is a default Constructor when name of class is student student() student(int) int student() int student(int) None 2.________________ is a default constructor Constructor have one parameter Constructor doesn't have any Parameter Constructor with Two parameter All of Above None 3.Constructor have having one or more parameter is known as _____________- Default constructor Parameterized constructor Both Above None of Above None 4.Which is not true about function overriding having same name Located in different class signature is different signature is same None 5.One of them is true about FRIEND function is that_________ access not private member of a class access private member of a class Both Above None of Above None 6.Class member is Private by default True False None 7.Structure member can public by default True False None 8.Union member can store the data at same memory location True False None 9.Structure member can store data at same memeber location True False None 10.One of them is not an exist control loop. for loop while loop do-while loop All of Above None 11.Which of them is not a function type? Calling Function Called Function Both Above None of Above None 12.which of them is not true about constant Store fixed value must initialize at the time of declaration const keyword is use to declare a constant Have no data type None 13._______________ number of constatn are in C++ constant Symbolic constant Both Above None of Above None 14.double data type require _____________- number of bytes 2 4 1 8 None 15.Which is true above Virtual Function. Automatically Called Have is necessary for dynamic binding Can not access in out side the boundary of class. Necessary for Static binding None 16.Which not them is correct about an abstract class. Having number of number of virtual function Having number of pure virtual function. Both Above None of Above None 17.______________ an abstract class Having Virtual function Having Pure Virtual function Having Friend function Having Overloaded function None 18.We can not create the object of abstract class True False None 19.The final class cannot be inherited. True False None 20.Exception is a run time error True False None 21.Catch block contain the exception handler rountine True False None 22.Catch Statment contin the Excception throw as a parameter True False None 23.Try statement contain The statement that my causes the exception The statement that handle the exception Both Above None of Above None 24.Which is not a part of exception handling routine in C++ try catch throw throws None 25.Which statment is not true about catch statement. Contain the exception handling routine Contain exception as parameter. Appear immediate after the try block Only one catch statement for a try None
Add a Comment