Answer Posted / priya
class is the bind of functions and data together
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
what is upcasting in C++?
What is the difference between method overloading and method overriding in c++?
What is a map in c++?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
What is the use of :: operator in c++?
write a programme to get a character and thier ASCII value
What is &x in c++?
What is the difference between struct and class?
Should a constructor be public or private?
Write about the use of the virtual destructor?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
Is c# written in c++?
Const char *p , char const *p What is the difference between the above two?
Where the memory to the static variables is allocated?