Why is polymorphism important in oop?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
to remove the repeated numbers from the given . i.e.., if the input is 12233 output should of 123
What is the difference between declaration and definition?
What is debug class?what is trace class? What differences are between them? With examples.
What do you mean by Encapsulation?
Precompilation ?
Can a destructor be called directly?
Why do we use class in oops?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
what is namespace? what are the uses of namespace?
What is abstraction in oops?
What is coupling in oop?