Explain the concepts involved in Object Oriented programming.
No Answer is Posted For this Question
Be the First to Post Answer
write a c++ code to overload + and - for a stack class such that + provides push and - provides pop operation
1 Answers College School Exams Tests, HCL, IBM, TCS,
what is the difference between class and object?
What is difference between inheritance and polymorphism?
What is friend function?
What does no cap mean?
WAP find square root of any number (without using sqrt() )?
what is static?
create a class complex having real and imaginary part of a complex no. as a data member. overload the binary operators(+,- and *) to perform the operations on complex no. objects. overload binary operator using friend function.
2 Answers CTS, Delhi University,
Can abstract class have normal methods?
what is graphics
what is the difference between inter class and abstract class...?
can main method be overloaded...??? How..????