Answer Posted / manoj prajapati
its not windows oriented,so it takes a time to coding.
| Is This Answer Correct ? | 26 Yes | 6 No |
Post New Answer View All Answers
Explain some examples of operator overloading?
How many types of comments are there in c++?
What are advantages of c++?
What are register variables?
What is the difference between a type-specific template friend class and a general template friend class?
How does class accomplish data hiding in c++?
Explain about Virtual Function in C++?
What is a v-table?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
Why do we use the using declaration?
Explain overriding.
Explain the benefits of proper inheritance.
why and when we can declar member fuction as a private in the class?
Explain what are accessor methods?
Can you declare an array without a size in c++?