What is enumerated data type
Explain what is enumerated data type?
Expert
Enumerated data type is another user-defined data type that offers way for adding the names to the numbers, hence improving the comprehensibility of code. The syntax of the enum statement is same as that of the ‘struct’ statesmen.
For example:
enum shape{ circle, square, triangle},
enum color{ red, blue, green, yellow}.
What is encapsulation and data abstraction?
Explain two types of the Polymorphism.
Explain the meaning of reference variable?
Explain what member functions and data members are?
Explain the term Inheritance.
Explain what are manipulators?
All Specifications to be done in according to the paper. The coding to be done in C,C++ or java
Describe what are symbolic constants?
Explain the term objects?
Explain any of the four applications of OOPS.
18,76,764
1955506 Asked
3,689
Active Tutors
1413248
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!