How to implement is-a and has-a class relationships?
diff between pointer and reference in c++?
What is the difference between #import and #include?
What's the hardest coding language?
Why #include is used?
What is this weird colon-member (" : ") syntax in the constructor?
show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.
When do you call copy constructors?
What is size of a object of following class? class Foo { public: void foo(){} }
Are php strings immutable?
What are the extraction and insertion operators in c++? Explain with examples.
Explain what are accessor methods?
What are c++ templates used for?