What is for loop and its syntax?
No Answer is Posted For this Question
Be the First to Post Answer
Why is object oriented programming so hard?
why to use operator overloading
What are the two different types of polymorphism?
How to Increment the value of the empid E001 for each and every employee by using the programe?
Why static functions always uses static variables?
The IT giant Tirnop has recently crossed a head count of 150000 and earnings of $7 billion. As one of the forerunners in the technology front, Tirnop continues to lead the way in products and services in India. At Tirnop, all programmers are equal in every respect. They receive identical salaries and also write code at the same rate. Suppose 14 such programmers take 14 minutes to write 14 lines of code in total. How long will in take 5 programmers to write 5 lines of code in total ?
What is debug class?what is trace class? What differences are between them? With examples.
What is Virtual Keyword?
In multiple inheritance , to create sub class object , is there need to create objects for its superclasses??? in java and c++ both. Actually i have some information that is , all available members from its superclasses , memory created in subclass obj , so no need to create object for its superclasses...??? Thanks in Advance
Why multiple inheritance is not possible?
how to find the largest of given numbers in an array
write a progra in c++ using class & object to find out wheather a given no. is prim or not.