मराठी
Tamil Nadu Board of Secondary EducationHSC Science इयत्ता ११

HSC Science इयत्ता ११ - Tamil Nadu Board of Secondary Education Question Bank Solutions

Advertisements
[object Object]
[object Object]
विषय
मुख्य विषय
अध्याय

Please select a subject first

Advertisements
Advertisements
< prev  1481 to 1500 of 4421  next > 

Rewrite the following code so that it is functional:

v = 5;
do;
{
   total += v;
   cout << total;
while v <= 10

[10] Flow of Control
Chapter: [10] Flow of Control
Concept: undefined >> undefined

Write a C++ program to print the multiplication table of a given number.

[10] Flow of Control
Chapter: [10] Flow of Control
Concept: undefined >> undefined

Advertisements

Write the syntax and purpose of the switch statement.

[10] Flow of Control
Chapter: [10] Flow of Control
Concept: undefined >> undefined

Write a short program to print the following series:

(a) 1 4 7 10...... 40

[10] Flow of Control
Chapter: [10] Flow of Control
Concept: undefined >> undefined

Which of the following header file defines the standard I/O predefined functions?

[11] Functions
Chapter: [11] Functions
Concept: undefined >> undefined

What are Built-in functions?

[11] Functions
Chapter: [11] Functions
Concept: undefined >> undefined

Write short note on pow() function in C++.

[11] Functions
Chapter: [11] Functions
Concept: undefined >> undefined

Write note on Array of strings.

[12] Arrays and Structures
Chapter: [12] Arrays and Structures
Concept: undefined >> undefined

What are the advantages of OOPs?

[13] Introducton to Object Oriented Programming Techniques
Chapter: [13] Introducton to Object Oriented Programming Techniques
Concept: undefined >> undefined

Which of the following derives a class student from the base class school?

[16] Inheritance
Chapter: [16] Inheritance
Concept: undefined >> undefined

Which visibility mode should be used when you want the features of the base class to be available to the derived class but not to the classes that are derived from the derived class?

[16] Inheritance
Chapter: [16] Inheritance
Concept: undefined >> undefined

A class is derived from a class which is a derived class itself, then this is referred to as ______

[16] Inheritance
Chapter: [16] Inheritance
Concept: undefined >> undefined

What is a base class?

[16] Inheritance
Chapter: [16] Inheritance
Concept: undefined >> undefined

Why derived class is called a power-packed class?

[16] Inheritance
Chapter: [16] Inheritance
Concept: undefined >> undefined

What are the points to be noted while deriving a new class?

[16] Inheritance
Chapter: [16] Inheritance
Concept: undefined >> undefined

Based on the following class declaration answer the question?

class vehicle
{ int wheels;
public:
void input_data(float,float);
void output_data();
protected:
int passenger;
};
class heavy_vehicle : protected vehicle {
int diesel_petrol;
protected:
    int load;
public:
void read_data(float,float)
void write_data(); };
class bus: private heavy_vehicle {
char Ticket[20];
public:
void fetch_data(char);
void display_data(); };

The member function that can be accessed by an object of bus Class is ______

[16] Inheritance
Chapter: [16] Inheritance
Concept: undefined >> undefined

Consider the following c++ code and answer the question?

class Personal
{ int Class,Rno;
char Section;
protected:
char Name[20];
public:
personal();
void pentry();
void Pdisplay(); };
class Marks:private Personal
{ float M{5};
protected:
char Grade[5];
public: Marks();
void Mentry();
void Mdisplay(); };
class Result:public Marks
{
float Total,Agg;
public:
char FinalGrade, Commence[20];
Result();
void Rcalculate();
void Rdisplay();
};

Name the base class(/es) and derived class (/es).

[16] Inheritance
Chapter: [16] Inheritance
Concept: undefined >> undefined

Consider the following c++ code and answer the question?

class Personal
{ int Class,Rno;
char Section;
protected:
char Name[20];
public:
personal();
void pentry();
void Pdisplay(); };
class Marks:private Personal
{ float M{5};
protected:
char Grade[5];
public: Marks();
void Mentry();
void Mdisplay(); };
class Result:public Marks
{
float Total,Agg;
public:
char FinalGrade, Commence[20];
Result();
void Rcalculate();
void Rdisplay();
};

Write the names of data members accessible from the object of class Result.

[16] Inheritance
Chapter: [16] Inheritance
Concept: undefined >> undefined

Consider the following c++ code and answer the question?

class Personal
{ int Class,Rno;
char Section;
protected:
char Name[20];
public:
personal();
void pentry();
void Pdisplay(); };
class Marks:private Personal
{ float M{5};
protected:
char Grade[5];
public: Marks();
void Mentry();
void Mdisplay(); };
class Result:public Marks
{
float Total,Agg;
public:
char FinalGrade, Commence[20];
Result();
void Rcalculate();
void Rdisplay();
};

Write the names of all member functions accessible from the object of class Result.

[16] Inheritance
Chapter: [16] Inheritance
Concept: undefined >> undefined

Consider the following c++ code and answer the question?

class Personal
{ int Class,Rno;
char Section;
protected:
char Name[20];
public:
personal();
void pentry();
void Pdisplay(); };
class Marks:private Personal
{ float M{5};
protected:
char Grade[5];
public: Marks();
void Mentry();
void Mdisplay(); };
class Result:public Marks
{
float Total,Agg;
public:
char FinalGrade, Commence[20];
Result();
void Rcalculate();
void Rdisplay();
};

Write the names of all members accessible from member functions of class Result.

[16] Inheritance
Chapter: [16] Inheritance
Concept: undefined >> undefined
< prev  1481 to 1500 of 4421  next > 
Advertisements
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×