Cs304 current midterm paper (01-11-2011)
20 mcqs
6 subjective
Mostly mcqs from past papers – but 2 subjective questions from Past papers.
Subjective Part
Question 21:- (2 Marks)
Can constant object access the none constant member function of each class.
Answer:- (Page 106)
"Const objects can access only const member functions so chances of change of state of const objects once they are created are eliminated."
Question 22:- (2 Marks)
Friend functions minimize "Encapsulation", what is your opinion?
Answer:- (PAGE 153)
Friend functions minimize encapsulation as we can access private data of any class
Using friend functions,
This can result in:
v Data vulnerability
v Programming bugs
v Tough debugging
Question 23:- (3 Marks)
Write output of given code
Question 24:- (3 Marks)
Write output of given code
Question 25:- (5 Marks)
Correct the code given
Question 25:- (5 Marks)
Suppose a course consists of 45 lectures, 6 Assignments, 4 quizzes, 1GMDB also each lecture consists on 1 MDB
Find given below Association between different objects in this problem
- Simple Association
- Composition
Answer:-
Simple Association: - there is Simple Association between Lecture and MDB
Composition: - there is composition relation ship between course and its composer objects lectures, quiz, MDB, Assignments
--
--
We say, "Be one as Pakistani Nation and grow up for Pakistan's Future". Wish you all the best. Join www.vuaskari.com,
To post to this group, send email to vuaskari_com@googlegroups.com
Visit these groups:
This (Main) Group:http://groups.google.com/group/vuaskari_com?hl=en?hl=en
MIT/MCS Group: http://groups.google.com/group/vu_askarimit?hl=en?hl=en
HRM Group: http://groups.google.com/group/askari_hrm?hl=en?hl=en
Banking Group: http://groups.google.com/group/askari_banking?hl=en?hl=en
Management: https://groups.google.com/group/vuaskari_mgt?hl=en
Marketing: https://groups.google.com/group/vuaskari_mkt?hl=en
MIS Group: http://groups.google.com/group/askari_mis?hl=en
Comments
Post a Comment