Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

OOPS Interview Questions
Questions Answers Views Company eMail

What is the importance of oop?

1099

What is solid in oops?

1131

What is polymorphism in oops with example?

1056

What is destructor oops?

1098

Why we use classes in oop?

1045

What is abstraction in oop with example?

1133

What is polymorphism oop?

1067

What is class and example?

1186

What are main features of oop?

1123

What is class and object with example?

1134

Can abstract class have normal methods?

1050

What is object in oops?

1071

What are functions in oop?

1058

What is encapsulation in oop?

1054

What is static in oop?

1081


Post New OOPS Questions

Un-Answered Questions { OOPS }

Can enum be null?

1022


What is encapsulation oop?

1043


write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.

2278


What is overloading and its types?

1175


What is data binding in oops?

1099


Why do pointers exist?

1099


What is encapsulation and abstraction? How are they implemented in C++?

1140


What is this pointer in oop?

1074


Can we have inheritance without polymorphism?

1027


Advantage and disadvantage of routing in telecom sector

1308


What is object and example?

1178


Why is static class not inherited?

1108


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

3084


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

2289


What are different oops concepts?

1061