What is interface? When and where is it used?
Explain the concept of abstracion and encapsulation with one example. What is the difference between them?
what is overloading
to remove the repeated numbers from the given . i.e.., if the input is 12233 output should of 123
Is enum a class?
What is difference between new and malloc?
What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass
explain defference between structure and class with example
What is the expansion of OOPS?
Why polymorphism is used in oops?
write a program that takes input in digits and display the result in words from 1 to 1000
What are the main differences between procedure oriented languages and object oriented languages?
9 Answers IBM, Infosys, Wipro,
why the argument is passed by reference to a copy constructor?example?