What is a class and object?
No Answer is Posted For this Question
Be the First to Post Answer
what is main difference between object oriented object base
What is polymorphism what are the different types of polymorphism?
in the following, A D B G E C F Each of the seven digits from 0,1,2,3,4,5,6,7,8,9 is: a)Represented by a different letter in abov fig: b)Positioned in the fig abov so tht A*B*C,B*G*E,D*E*F are equal. wch does g represents? C
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
What is the real time example of encapsulation?
Why is there no multiple inheritance?
Why static Function is used in C++?
What do you mean by pure virtual functions?
What is a unary operator?
can inline function declare in private part of class?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What normal C constructs work differently in C++?