Write A Program using Single and Multiple Inheritance.
Answer / guest
#include<iostream.h>
{
class inheritance
int a;
{
| Is This Answer Correct ? | 1 Yes | 3 No |
1. Wrie a function which returns the most frequent number in a list of integers. Handle the case of more than one number which meets this criterion. public static int[] GetFrequency(int[] list)
What is polymorphism ? Explain with examples
explain the concepts of oops?
define a string class. overload the operator == to compare two strings
2 Answers Birla, Ericsson, HCL, Infosys, Infotech, MCAS, Satyam,
The expansion of GNU
Petrol pump mgt. system: To design a program that display an interface for the sale of the Petrol and then make the entries at the backend in the database.
Why many objects can working together? How objects working togetherM I want to see example code.
Why do we use inheritance?
design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass
What is destructor example?
What is abstraction with example?