Answer Posted / shivani sharma
class is a collection of data member and member function
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the best it certification?
What is long in c++?
How many types of modularization are there in c++?
Ask to write virtual base class code?
What is the difference between public and private data members?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
Is it possible for the objects to read and write themselves?
I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.
Write about an iterator class?
What is the most powerful coding language?
Is c++ pass by reference or value?
What are virtual constructors/destructors?
What is singleton pattern in c++?
Can a function take variable length arguments, if yes, how?
What is meant by iomanip in c++?