Dynamic initialization of variables
Explain what is dynamic initialization of the variables?
Expert
C++ allows the initialization of variables at run-time. This is known as dynamic initialization of variables.
In C++, a variable may be initialized at run-time utilizing the expressions at place of declaration as, …….. …...... int n =strlen(string); …….. float area=3.14*rad*rad;
Therefore the declaration and initialization is done at the same time at the place in which the variable is used for first time.
Explain the term Inheritance.
Specify the rules for naming identifiers in the C++.
What is encapsulation and data abstraction?
State Polymorphism.
Explain the term Message Passing.
Explain what is meant by tokens?
Explain the term objects?
All Specifications to be done in according to the paper. The coding to be done in C,C++ or java
Explain what is meant by the term keywords?
18,76,764
1929134 Asked
3,689
Active Tutors
1416975
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!