1. Strong name 2. how to prevent a class from being inherited 3. delegates 4. default modifier for interface 5. default modifier for class 6. base class for exception 7. diff bet trigger and view in sql 8. how to exchange values from one page to another page 9. can multiple catch block ll be executed at same time 10. can u store different data types in an array & array list 11. when we ll use trigger 12. try,catch,finally usage
2 3732I hv a same function name,arguments in both base class and dervied class, but the return type is different. Can we call this as a function overloading? Explain?
3 4387
What is property in oops?
Write a program to reverse a string using recursive function?
c++ program to swap the objects of two different classes
What is difference between class and object with example?
What is encapsulation process?
What is the example of polymorphism?
What are oops methods?
What is difference between inheritance and polymorphism?
What are constructors in oop?
Which language is pure oop?
What is overriding in oop?
Why is abstraction used?
What is the point of oop?
Why is encapsulation used?
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.