In what situation factory design patterns,DAO design patterns,singleton design patterns should be applied.?
2 7670How to execute business logic for only once ..?even though user clicks submit button multiple times by mistake..? (i disabled JavaScript)
1 3406write a program in c++ to overload the function add (s1,s2) where s1 and s2 are integers and floating point values.
4 20972to remove the repeated numbers from the given . i.e.., if the input is 12233 output should of 123
2 5640design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
UBS,
6743
What is this pointer in oop?
What is polymorphism what are the different types of polymorphism?
Why do pointers exist?
What is the real time example of encapsulation?
What are the important components of cohesion?
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.
can we make game by using c
Can we create object of interface?
What are the 3 pillars of oop?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is variable example?
Can an interface inherit a class?
What is meant by multiple inheritance?
What is static in oop?
What are constructors in oop?