CS6456 Object Oriented Programming Important Questions
- Explain in detail aboutobject oriented programming in C++ write every concept syntax and one example program using class
- Write a C++ program (a)in puts two numbers and outputs the largest number using class (b) display the even numbers between 1 and 10 (c) find the area of the square, rectangle, circle using function overloading (d) generate Fibonacci numbers (e) multiply two matrices and print the result.
- Explain in detail about the implementation of ADTs
- Explain the concept of function overloading and pointers [ with C++ programs]
UNIT ll :
- Explain the different types of constructors with example programs and also elaborate the use of destructor with an example
- Explain runtime polymorphism (or) Dynamic polymorphism with an example
- Discuss how data hiding in Object oriented programing can be achieved give example
- Discuss on container and iterators
UNIT III :
- What is inheritance? Explain the various types of inheritance supported in C++.
- Write a C++ program to illustrate the use of virtual function
- Write brief notes on Standard template Library
- Explain in detail about the exception handling mechanism in C++.
UNIT IV :
- Explain in detail about Interfaces in Java with an example program
- Explain in detail about arrays in Java with examples [programs on matrix will be asked ]
- Explain in detail about Inheritance in Java with examples
- Discuss various operators and control statement [study related program for each]
UNIT V :
- Explain in detail about creation of threads with examples and Write a java program that Illustrate the use of multithreading?
- Explain in detail about lifecycle of a thread
- Explain in detail about String and String Buffer class in Java with example programs
- Discuss various packages and interfaces in Java [ write program ]
ConversionConversion EmoticonEmoticon