Data members and member functions
Explain what are the data members and the member functions?
Expert
Classes utilizes the idea of abstraction and are described as the list of abstract attributes like weight, size, and cost and uses the functions to operate over these attributes.
The attributes are known as the data members since they hold the information. The functions that operate over these data are known as the methods or the member functions.
For Example: int a,b; // where a,b are data members
Void getdata ( ); // member function
Explain the meaning of reference variable?
What is encapsulation and data abstraction?
Explain the term objects?
in cpp i am having class person what is the meaning of "person &person::greater(person &x)"
Explain what is meant by tokens?
Explain the process of programming within an object-oriented language?
Provide any four benefits of OOPS.
Specify some of the benefits of new operator over the malloc ().
Explain what is return type of the main ()?
Explain the advantages of C++.
18,76,764
1937947 Asked
3,689
Active Tutors
1454073
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!