What is overloading and its types?
No Answer is Posted For this Question
Be the First to Post Answer
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Is enum a class?
what is the main difference between c and c++?
386 Answers AZTEC, B.Tech, CMC, College School Exams Tests, HCL, IBM, ITM, Khalsa Institute, Microsoft, Oracle, Sanjeevni Institute, TCS, Tech Mahindra, Wipro, ZeOmega,
what is mean by design pattern
How to calculate the age from the date of birth by using the program?
How do you achieve runtime polymorphism?
what is use to destroy an object? illustrate.
write a short note on Overloading of Binary Operator?
What is the difference between pass by reference and pass by value?
Can destructor be overloaded?
to remove the repeated numbers from the given . i.e.., if the input is 12233 output should of 123
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?