What is a storage class in C++
Answer / nashiinformaticssolutions
Certain characteristics of variables or functions are defined by storage classes. These characteristics include lifetime, or how long a variable is active, and visibility, or how easily a variable may be accessed from various parts of the program.
| Is This Answer Correct ? | 0 Yes | 0 No |
The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance
How would you implement a substr() function that extracts a sub string from a given string?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
List the advantages of inheritance.
What are the 2 main types of data structures?
What are the rules about using an underscore in a c++ identifier?
Can non-public members of another instance of the class be retrieved by the method of the same class?
How to write Multithreaded applications using C++?
2 Answers Honeywell, TCS, Wipro,
What are the different types of Storage classes?
Is sorted c++?
Explain the concept of copy constructor?
Why is c++ a mid-level programming language?