what is meant by files?

Answer Posted / buuuurrrrrrrrrrrrrrr...

it is a collection of empty pages with hard cardboard on
both sides on which the name of our collg is very badly
highlighted

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is polymorphism give a real life example?

550


Which is better struts or spring?

610


Who invented oop?

644


What is oops in programming?

558


What is a null tree?

619






State what is encapsulation and friend function?

689


Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.

687


How do you answer polymorphism?

575


What are two types of polymorphism?

607


What does <> mean pseudocode?

615


What is use of overloading?

601


What is the difference between static polymorphism and dynamic polymorphism?

572


Can you explain polymorphism?

576


Which method cannot be overridden?

572


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

1685