What is encapsulation and abstraction? How are they implemented in C++?
No Answer is Posted For this Question
Be the First to Post Answer
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.
why oops need in programming
Which is better struts or spring?
what is namespace? what are the uses of namespace?
Iam doing my project on instant messaging , if you any new ideas regarding this project ,please suggest it?
When a private constructer is being inherited from one class to another class and when the object is instantiated is the space reserved for this private variable in the memory??
How to call a non virtual function in the derived class by using base class pointer
write a program that takes input in digits and display the result in words from 1 to 1000
WHAT'S THE OOPS BASIC OOPS CONCEPTS IN DOTNET
WHAT IS THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.
How long to learn object oriented programming?
can main method be overloaded...??? How..????