What is abstract class in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Write a String class which has: 1) default constructor 2) copy constructor 3) destructor 4) equality operator similar to strcmp 5) constructor which takes a character array parameter 6) stream << operator
2 Answers HCL, Lehman Brothers, Zoomerang,
What is microsoft c++ redistributable?
Which compiler does turbo c++ use?
What are the strengths of C++?
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. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
Explain the static member function.
Explain deep copy and a shallow copy?
What is format for defining a structure?
Can c++ be faster than c?
Which operator can not be overloaded in C++?
What would happen on forgetting [], while deallocating an array through new?
What do you know about near, far and huge pointer?