You are on page 1of 1

EASY TECH CLASSES

Imprtant Questions and topics


OOPs
1. Differentiate between POP and OOP ?
2. What is inline function? How it is different from normal member functions?
3. Explain in details the features of OOPs?
4. What are advantages/benifits of OOPS?
5. Explain the structure of C++ program with suitable example.
6. State the relationship between class and objects.
7. When the memory is allocated to an object? How ?
8. Explain different types of access modifiers used in C++.
9. What is constructor and destructor?how many types? Explain with example.
10. How a constructor is different from other member functions?
11. Explain feature of friend function.
12. What is inheritance? Explain is types with suitable example and neat and clean diagram.
13. Define the ambiguity in hybrid inheritance.
14. Define the term virtual base class?
15. Explain how runtime polymorphism is achieved with virtual function? Example also.
16. Differetiate between runtime and compile time polymorphism.
17. What is function and operator overloading? Define the rules of operator overloading of binary and unary
operators with example.
18. Differentiate between overloading and overrding with example and types.
19. Explain stream class. Draw stream class hierarchy.
20. Explain different exception handling methods with examples of each.
21. Write a program to create user defined exception and handle it.
22. What are i/o operations? Define formated and unformated i/o operations.
23. File related function(tellg(), tellp(), seekg(), seekp() short notes).
24. What is file? How many types. Write a program to insert data in file and print is for student.
25. Programs using manipulators.
26. Program for operator overloading.
27. Swapping programs (Call by reference and call by values).
28. Write a program to accept a number and check whether number is even or odd.
29. Program for temperature conversion(fahrenhiet to celcius and vice versa)
30. Program to create array olf objects.
31. Program object as function argument
32. Program of inheritance. All types
33. Program of virtual function
34. Explain with the help of example how will you override a method?
35. Cpmpare struture and class?
36. Purpose of visibily modes(private, protected and public).
37. Fibonacci series.
38. Call by reference and call by values
39. Function definition inside and outside class.
40. Define static and dynamic binding.

ABHISHEK KUMAR SINGH(8541043744, 8789458403)

You might also like