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 ?
Answer Posted / kk
they write at the same rate (one line code pr minute )
so 5 minutes
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What language is oop?
Is html an oop?
What is the difference between encapsulation and polymorphism?
Can we create object of abstract class?
What is difference between inheritance and polymorphism?
What is the difference between procedural programming and oops?
What is encapsulation in oops?
Can a destructor be called directly?
What is inheritance write a program to show use of inheritance?
What is destructor give example?
can inline function declare in private part of class?
What is encapsulation process?
Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.
What is encapsulation example?
What is object and class in oops?