Answer Posted / jyoti
oops is language which is based on object thats y it is
called oop.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
If you don’t declare a return value, what type of return value is assumed?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
How many static variables are created if you put one static member into a template class definition?
What is a class definition?
Can a class be static in c++?
Explain the differences between list x; & list x();.
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
Write about the scope resolution operator?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
How to declare an array of pointers to integer?
Why can’t you call invariants() as the first line of your constructor?
What does namespace mean in c++?
What do you mean by funtion prototype?
What is the difference between set and map in c++?
What do you mean by a template?