Void function to display in nicely formated way

Assignment Help Programming Languages
Reference no: EM1354808

Q1) Consider the following class declaration and object declaration in main() class exerclass { private: int p1;int; public: exerclass (int a, int b) {p1=a; p2=b} int get,_p1() {return p1;} int get_p2 {return p2} void combine (int a) {p1=p1+p2+a} }; int main() { exerclass exl (3,4); exerclass *p=&ex1; //pointer object exerclass ex2(7,8); exerclass &ex_r =ex2; // independent object reference return 0; } what is the output in each of the above program? Work each independent of the others 1. cout <<p->get_p1(); 2. ex_p-> combine(6); cout <<p ->get_p1(); 3. cout <<ex_r.get_p2(); 4 p=&ex_r; p->combine(5); cout-> ex2.get_p1(); 5. Write a void function display_exer() that displays in a nicely formatted way the data member of an exerclass object. Pass the object to the function by value. 6. Write a void function display_exer() that display in a nicely formatted way the data members of an exerclass object. Pass the object to the function by pointer. 7. Write a void function display_exer() that display in a nicely formated way the eat members of an exerclass object. Pass the object to the function by reference.

Reference no: EM1354808

Questions Cloud

Question about organizational diagnosis : Identified three to five possible issues that might occur in an organization - the issues are clearly drawn from the organizational system model and make a connection to organizational behavior.
Accounts receivable analysis : What are the main concerns when analyzing a company's accounts receivable? What information other than the usually available financial statements, should you collect as part of your overall analysis?
Find the speed of the ambulance : find the tangential and centripetal components of the net force exerted on a car (by the ground) when its speed is 38 m/s, and it has accelerated to this speed from rest in 9.5 s on a curve of radius 370 m. The car's mass is 1000 kg.
Illustrate what can we conclude about the income elasticity : Illustrate what can we conclude about the income elasticity of demand?is it positive or negative. what class of goods candy bar belongs to.
Void function to display in nicely formated way : Write a void function display_exer() that display in a nicely formated way the eat members of an exerclass object. Pass the object to the function by reference.
Accounts receivables to obtain an additional bank loan : Suppose you started a new business last year with $60,000 of your own amount that was used to buy equipment. Now you are seeking a $30,000 loan to finance the inventory needed to reach this year's sales target.
Relationships among auditor-client and external users : Compare the relationships among auditor, client, and external users. How do professional standards for CPAs govern these relationships?
Kinds of organizational tools : When considering information as a tool you may want to also consider the fact that there are competing tools in any organization
Original methods of behavioral management : Discuss one reason why the teacher's original methods of behavioral management may have failed.

Reviews

Write a Review

Programming Languages Questions & Answers

  Program to calculate amount person would earn over a period

Write a program that calculates the amount a person would earn over a period of time if his or her salary is one penny the first day.

  Create application consisted of three classes

Create an application comprised of three classes. The first class called Crayon represents one crayon of a particular color and length (height).

  Creating method to union the interface for adt bag

Add method union to  interface BagInterface for ADT bag which returns as new bag the union of bag receiving call to method and bag which is the method's one argument.

  Design getter and setter and constructor methods

User must have option to draw new shape at different location and keep the existing shape. Design all the getter and setter & constructor methods for each class.

  Statement to read variables of type double

Suppose two variables p1 and p2 of type POINT, with two fields, x and y, both of type double, have been declared. Write a statement that reads values for p1 and p2 in that order.

  Program a robot to run mile-long steeplechase

Program a robot to run mile-long steeplechase where steeples are made from beepers instead of wall segmesnts. the robot must jumb the steeples in this race by picking the beepers that make up the steeples.

  Probability line is executed in nth iteration of for loop

What is the probability that line is executed during the nth iteration of the for loop? What is the exact expected number of executions of line?

  Give hypertext link of the internet location of program

Describe in one or two paragraphs what you observe. Give hypertext link of the internet location of the program (or applet) you found.

  Pseudocode for linear search by using clrs3e style

Write pseudocode for linear search by using CLRS3e style used in, which scans through the sequence, looking for v.

  Program to compute unit price of items sold

Manager of a Supermarket would like to be able to calculate the unit price of items sold there. To do this the program should input the name and the price of the item.

  Top-down recursive descent parser

Write a hand-coded top-down recursive descent parser.

  Program to read from an input file

Write a program to read from an input file for 15 students, that contains each individual student ID, the course code, letter grade, and credit hours for five courses.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd