July 7, 2021 in C and CPP Distinguish clearly between scanf() & printf() in cin & cout in C++. Read More
July 7, 2021 in C and CPP Define a class publisher that stores the name of the title and another class, sales, which stores number of sales for three months. Read More
July 7, 2021 in C and CPP Write a class number. Calculate the power to be raised of that number. Read More
July 7, 2021 in C and CPP What is an abstract class? How do you create an abstract class? Explain it using example. Read More
July 7, 2021 in C and CPP Explain with suitable example pointer to object. How can we access function or variable with the help of pointer to object? Read More
July 7, 2021 in C and CPP What happens if we don’t use virtual function in inheritance? Explain importance of virtual function with this reference. Read More
July 7, 2021 in C and CPP Explain polymorphism and data hiding in c++ with suitable examples. Read More