Answer Posted / priya
class is the way to bind the functions and data together
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What are c++ redistributables?
What is the difference between a definition and a declaration?
Why is c++ still used?
Is c++ the hardest programming language?
How can you create a virtual copy constructor?
Is c++ primer good for beginners?
Tell me can a pure virtual function have an implementation?
Differentiate between the message and method in c++?
What are the manipulators in c++?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
Is arr and &arr are same expression for an array?
Define a constructor - what it is and how it might be called (2 methods)?
Write about the retrieval of n number of objects during the process of delete[]p?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
Is c# written in c++?