Is structure can be inherited?

Answer Posted / sabu

Everything for what a class is implemented holds good for
structure also in C++.

Is This Answer Correct ?    8 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the most common mistake on c++ and oo projects?

494


What is the best c c++ compiler for windows?

544


Evaluate !(1&&1||1&&0) a) Error b) False c) True

672


What are signs of manipulation?

561


Where can I run c++ program?

569






When does the c++ compiler create temporary variables?

548


Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300

1761


What are mutator methods in c++?

622


What is class in c++ with example?

545


give me an example for testing a program showing the test path .show how the test is important and complex.

2402


When do you call copy constructors?

622


Explain about templates of C++.

653


What is implicit pointer in c++?

575


Why is c++ still used?

576


Why is c++ called oops?

535