Question 2
(a) What is an Interface? How is it different from a class? (b) A matrix ARR[ – 4…6, 3….8] is ...
Question 3
The following function Mystery( ) is a part of some class. What will the function Mystery ( ) return when the ...
Question 7
Design a class ArmNum to check if a given number is an Armstrong number or not. [A number is said ...
Question 8
Design a class MatRev to reverse each element of a matrix. Some of the members of the class are given ...
Question 9
A class Rearrange has been defined to modify a word by bringing all the vowels in the word at the ...
Question 10
A super class Record contains names and marks of the students in two different single dimensional arrays. Define a sub ...
Question 11
A linear data structure enables the user to add address from rear end and remove address from front. Define a ...
Question 12
a) A linked list is formed from the objects of the class Node. The class structure of the Node is ...