Explain the isa and hasa class relationships. How would you implement each?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
Why do we use constructor?
What is a stack c++?
Explain the static storage classes in c++.
write the programme that convert a interger to biniry number
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
What is the cout in c++?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
What is a base class?
1.Between 100 and 999 are some numbers that have the characteristics that if you cube the individual digits and sum together you will get the same number. 2. A program that can accept as input an integer and output the equivalent of that number in words.
What is a loop? What are different types of loops in c++?