STL (140)
OOPS (873)
C++ General (2409) Why cout is used in c++?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
Why is there no multiple inheritance?
what are the ways in which a constructors can be called?
How many types of comments are there in c++?
What is abstract class in oop?
What is input operator in c++?
What do you mean by function overriding & function overloading in c++?
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
What is the difference between method overloading and method overriding in c++?
What is a Default constructor?
What does it mean when someone says I oop?
What is istream c++?
what is template and type convertion
What is size of string in c++?