What is pure oop?
No Answer is Posted For this Question
Be the First to Post Answer
write a function that takes an integer array as an input and finds the largest number in the array. You can not sort array or use any API or searching needs?
2 Answers IBMS, Zycus Infotech,
WILL I GET A guaranteed JOB AFTER DOING bsc()IT) and GNIIT from an NIIT CENTRE??
21 Answers Biocon, MIT, NIIT,
What is Inheritance, Multiple Inheritance, Shared and Repeatable Inheritance?
What is abstraction in oop?
what are the ways in which a constructors can be called?
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.
write a program to find 2 power of a 5digit number with out using big int and exponent ?
Base class has two public data members. How can i derive a new class with one datamember as public and another data member as private?.
#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; a.x = 22; int c = a.x; int *b = new int; cout << c; return 0; } option: No output 0 22 -(11) Will not compile
can we create and enter the data & hide files using programmes ?
What does enum stand for?
What is polymorphism explain its types?