what is the sylabus for priliminaries?
No Answer is Posted For this Question
Be the First to Post Answer
What is polymorphism in oop example?
What causes polymorphism?
What are the types of abstraction?
what is use to destroy an object? illustrate.
write a program to find 2^n+1 ?
What is abstract class in oops?
c++ provides classes...and classes do what we want but why then strcut are used...if we say data hiding... it is also provided by c++ in structs then why to prefer clasess
what is ns string? what is ns array?
Which method cannot be overridden?
What is the difference between a constructor and a destructor?
Why we use classes in oop?
why the argument is passed by reference to a copy constructor?example?