C++ Programming Question and Answers
56. | What do you mean by inheritance? |
---|---|
|
|
57. | What is an object? |
---|---|
Object is a software bundle of variables and related methods. Objects have state and behavior. | |
58. | What is type cast? |
---|---|
Type cast refers to the process of changing the data type of the value stored in a variable. | |
59. | List out user defined data types? |
---|---|
User defined data types are
|
|
60. | What are keywords in C++? |
---|---|
|
|