Exam Details
Subject | programming with c++ | |
Paper | ||
Exam / Course | pg diploma in computer applications (pgdca) | |
Department | ||
Organization | acharya nagarjuna university-distance education | |
Position | ||
Exam Date | May, 2017 | |
City, State | new delhi, new delhi |
Question Paper
Total No. of Questions 10] [Total No. of Pages 01
P.G. DIPLOMA DEGREE EXAMINATION, MAY 2017
Computer Applications
Programming with
Time 3 Hours Maximum Marks 70
Answer any five questions
All questions carry equal marks
Q1) Explain the different characteristics of object-oriented programming.
Q2) What are the advantages of having call-by-reference over call-by-value?
Write a program to interchange two float values using call-by-reference.
Q3) Explain dynamic memory allocation and deallocation of arrays using example.
Q4) What is constructor? Explain the characteristics of constructor's also different types of
constructors.
Q5) How to create a class and an object in Explain about accessing member functions
with an example.
Q6) Illustrate operator overloading with suitable example.
Q7) What is inheritance? Demonistrate different types of inheritance with suitable example.
Q8) What are virtual functions? With an example explain the need for virtual function.
Q9) Explain class templates and function template with example.
Q10) Differentiate early and late binding.
Briefly explain about streams.
P.G. DIPLOMA DEGREE EXAMINATION, MAY 2017
Computer Applications
Programming with
Time 3 Hours Maximum Marks 70
Answer any five questions
All questions carry equal marks
Q1) Explain the different characteristics of object-oriented programming.
Q2) What are the advantages of having call-by-reference over call-by-value?
Write a program to interchange two float values using call-by-reference.
Q3) Explain dynamic memory allocation and deallocation of arrays using example.
Q4) What is constructor? Explain the characteristics of constructor's also different types of
constructors.
Q5) How to create a class and an object in Explain about accessing member functions
with an example.
Q6) Illustrate operator overloading with suitable example.
Q7) What is inheritance? Demonistrate different types of inheritance with suitable example.
Q8) What are virtual functions? With an example explain the need for virtual function.
Q9) Explain class templates and function template with example.
Q10) Differentiate early and late binding.
Briefly explain about streams.