Can you name some types of inheritance?
In c++ there is only virtual destructors, no constructors. Why?
What is difference between multiple inheritance and multilevel inheritance?
What is abstraction?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is virtual destructor? Why?
3 Answers Agile Software, College School Exams Tests, CSC,
Write a C++ program to conduct an election of a mayor.Declare a class ELECTION With the following specification: Data member: Name 25 character Age Integer symbol 1 character Member functions: To accept data for 20 contestant To accept symbol as voting from 100 voters. To declare the winner and the loser.
1 Answers Global Academy, Infotech,
i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<<k; } //please comment on the output
What is a class?
32 Answers Infosys, TCS, Thylak,
Program to check whether a word is the first word of the sentence.
Can we create object of abstract class?
What is class and object in oops?
Which is the parameter that is added to every non-static member function when it is called?