Category Archives: ISC2019
Question 2
What is an Interface? How is it different from a class? Continue reading
Question 3
The following function Mystery( ) is a part of some class. Continue reading
Question 7
Design a class ArmNum to check if a given number is an Armstrong number or not. Continue reading
Question 8
Design a class MatRev to reverse each element of a matrix. Continue reading
Question 9
A class Rearrange has been defined to modify a word by bringing all the vowels in the word at the beginning followed by the consonants Continue reading
Question 10
A super class Record contains names and marks of the students in two different single dimensional arrays. Continue reading
Question 11
A linear data structure enables the user to add address from rear end Continue reading
Question 12
A linked list is formed from the objects of the class Node. Continue reading