We use library functions in the program, in what form they are provided to the program?
How do you decide which integer type to use?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
How a pointer differs from a reference?
What is the real purpose of class – to export data?
What is the difference between new() and malloc()?
Write about the scope resolution operator?
Is c++ used anymore?
How do you establish a has-a relationship?
what is the difference between overloading & overriding? give example.
What are c++ data types?
What do you mean by enumerated data type?
what is Member Functions in Classes?
Where must the declaration of a friend function appear?
What is c++ namespace?