what is ns string?
what is ns array?
Answer / amit
String is an charactor array & the array is collection of
simillar data items
| Is This Answer Correct ? | 4 Yes | 0 No |
suppose A is a base class and B is the derved class. Both have a method foo which is defined as a virtual method in the base class. You have a pointer of classs B and you typecast it to A. Now when you call pointer->foo, which method gets called? The next part of the question is, how does the compiler know which method to call?
What is inheritance write a program to show use of inheritance?
What is polymorphism? Explain with an example.
Iam doing my project on instant messaging , if you any new ideas regarding this project ,please suggest it?
what is the difference between class and object?
Why many objects can working together? How objects working togetherM I want to see example code.
What do you mean by multiple inheritance and multilevel inheritance? Differentiate between them.
Program to read a comment string
What type of loop is a for loop?
why destructor is not over loaded?
What are benefits of oop?
What is polymorphism give a real life example?