a) __________ is a feature of OOP language.
b) _________ is a derived data type in C++
c) __________ is an example of derived data type in C++.
d) ________ and __________ are two logical operators in C++
e) ________ is an advantage of array in C++
f) Friend function is used to _________.
g) _________ is an example of conditional statement in C++
h) Abstract class helps in __________.
i) This is a _______ in C++
j) Binding means ________ in C++
Answers
Answered by
1
Answer:
a) encapsulation, inheritance and polymorphism
b) arrays, junction, references and pointers
c) arrays,(or) junction,(or) references and(or) pointers
d) Logical AND, Logical NOT, Logical inclusive OR
e) memory location
f) to private and protected data
g) hypotheses followed by conclusion is an example of if-then statement or conditional statement.
h) to provide an appropriate base class from which other class can inherit
I) --------? (no idea about the fig.)
j) the process of converting identifiers into addresses.
Similar questions