How to execute business logic for only once ..?even though
user clicks submit button multiple times by mistake..?
(i disabled JavaScript)
What is deep and shalow copy?
Explain the advantages of inheritance.
What makes a language oop?
Difference between vector and array
What is operator overloading? Give Example
11 Answers CTS, IBM, TCS,
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 ?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is inheritance write a program to show use of inheritance?
Explain polymorphism? What r the types of polymorphism? pls give examples?
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.
what are three tenets of object orinted Systems?Why they call like that ? Please answer me. Advance thanks.
Explain the concept of abstracion and encapsulation with one example. What is the difference between them?