How do you define a class in c++?
No Answer is Posted For this Question
Be the First to Post Answer
How can an improvement in the quality of software be done by try/catch/throw?
What is called array?
What is object slicing and how can we prevent it?
write program for palindrome
81 Answers Amazon, Aricent, CSC, GE, HCL, Infosys, Syntel, Temenos, Wipro,
What are the two shift operators and what are their functions?
What are the uses of typedef in a program?
How is new() different from malloc()?
What are the methods of exporting a function from a dll?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
what is Member Functions in Classes?
char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?
Mention the ways in which parameterized can be invoked. Give an example of each.