HR Question, Java Question, Asp.Net Question, C and C++ Question, SAP, Web Services, Window and XML Question

I have made a program which the user will input the total inputted numbers and record it as an array, sort the biggest and smallest number, post the original inputted number, reverse the original’s order, and lowest to high order. I have done the recording, sorting, however, when the program post the original number, reverse [...]

I have seen the following in a abook: "The argument(s) of a method can be any type of object (as long as its class has been made available to the program), as well as the prede?ned default types of variable. For example, methods in our three-vector class are not limited to just accepting arguments of [...]

Any method (within a C++ class) that prints to a file or to a screen has a return type of void. What role does the keyword void perform?

in the following code class obj { protected: int somedata; public: obj (int x) {somedata=x;} }; i want to make another child class form this one and inherits the constructor plz help

                            

 Subscribe in a reader