You are on page 1of 2

UNIT-1:

SHORT ANSWERS QUESTIONS:


1. Describe about C++ language and its applications?
2. What are the tokens in C++ and define data types and operators?
3. What are the Conditional and Control Structures in C++?
4. Explain about arrays and strings with examples?
5. What is the function? Explain call by value and call by reference?
6. What is inline function and explain with syntax?
7. What are the OOPs concepts? Define them.

EASSY ANSWERS QUESTIONS:


1. What is the array? Explain in detail its types? Write an example program for Searching element
in array?
2. What is the call by reference and reference variables? Explain function overloading with an
example program?
3. What are the inline functions and Explain with syntax and write a suitable example program?
4. What are the programming languages and explain its types? List out the OOPs concepts and
describe them in detail with examples?

UNIT-2:

SHORT ANSWERS QUESTIONS:


1. What is the class and object? Explain with syntax?
2. What is the access specifies? Describe them?
3. What are the constructor and its types? Define them
4. What is the destructors and explain with syntax?
5. What is the array of objects explain with syntax?
6. What is type (object) conversion? Define them.

EASSY ANSWERS QUESTIONS:


1. What is the class and object, Explain with syntax? Explain scope resolution operator (::) with an
example program to create classes and objects?
2. What is the constructers and destructors and explain constructor’s types? Write an example
program for constructor overloading or copy constructor?
3. What is the operator overloading and explain its types? Write an example program to overload
any operator like binary or unary?
4. What are the friend functions and friend classes? Write an example program to implement
friend classes?

UNIT-3:

SHORT ANSWERS QUESTIONS:


1. What is the inheritance? List out its types and define them?
2. Explain about constructors and destructors in base and derived classes?
3. What is multi level and multiple inheritance?
4. What is the polymorphism and explain the virtual functions?
5. What is the pure virtual functions and explain with syntax?
6. What are the stream classes in C++? List out formatted and unformatted I/O operations?
EASSY ANSWERS QUESTIONS:
1. What is the inheritance? List out its types and explain in detail them with syntax and diagrams?
2. What is single level and Hierarchies inheritance? Write an example program for Single level or
Multi level or multiple inheritances?
3. What is the pure virtual function and abstract base classes explain with syntax? Write an
example program for abstract base classes?
4. What are the stream classes in C++ and explain them in detail with file modes? Write an
example program to demonstrate formatted and unformatted I/O operations?

UNIT-4:

SHORT ANSWERS QUESTIONS:


1. What are the errors and exceptions? What is the exception handling?
2. What is multiple exception and re-throwing exception? Explain with syntax.
3. How to handle the class type exception (OOP Exception) with syntax?
4. What is the template? Define its types with syntaxes?
5. What is the function template and explain with syntax and example?
6. What is the class template and explain with syntax and example?

EASSY ANSWERS QUESTIONS:


1. What is the exception handling? Explain in detail about try, catch blocks and throw statement?
Write an example program to demonstrate multiple catch (exceptions) blocks?
2. What is the object oriented (class type) exception? How to handle them in C++ write an example
program?
3. What is the function template and explain with syntax? Write a C++ program to demonstrate
function templates?
4. What is the class template and explain with syntax? Write a C++ program to demonstrate class
templates?

You might also like