0% found this document useful (0 votes)
64 views1 page

Sir Padampat Singhania University School of Engineering, Udaipur

This document contains an assignment for a C++ programming course. It includes 10 questions about C++ concepts like inheritance, virtual base classes, constructor organization, function and operator overloading, abstract classes, local classes, new and delete operators, type conversion, call by value vs reference, inline functions, const member functions, scope resolution operator, and reference variables. Students are asked to explain these concepts in detail with examples and are given until May 10, 2008 to submit their responses.

Uploaded by

MahiKumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
64 views1 page

Sir Padampat Singhania University School of Engineering, Udaipur

This document contains an assignment for a C++ programming course. It includes 10 questions about C++ concepts like inheritance, virtual base classes, constructor organization, function and operator overloading, abstract classes, local classes, new and delete operators, type conversion, call by value vs reference, inline functions, const member functions, scope resolution operator, and reference variables. Students are asked to explain these concepts in detail with examples and are given until May 10, 2008 to submit their responses.

Uploaded by

MahiKumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

SIR PADAMPAT SINGHANIA UNIVERSITY

SCHOOL OF ENGINEERING, UDAIPUR


COURSE: PROGRAMMING WITH C++
LAST DATE OF SUBMISSION: May 10, 2008
ASSIGNMENT 2
1. What is inheritance? Explain all the five types of Inheritance in detail.
2. What is Virtual Base Class? Explain with suitable exaple.
!. What is the or"ani#ation of constructors in Inheritance? Explain with
suitable exaple.
$. What is %unction &verloadin"? Explain with suitable exaple.
'. What is operator overloadin"? Explain the echanis of operator function
usin" the concept of non static eber function or friend function.
(. Explain with exaple overloadin" of binary and unary operators.
). Write short notes on
a* +bstract Class
b* ,ocal Class
c* -ew and .elete &perator
d* /ype Conversion
e* Call by Value v0s Call by 1eference
f* Inline %unction
"* Const 2eber %unction
h* 3cope 1esolution &perator
i* 1eference variable

You might also like