What is polymorphism explain its types?
No Answer is Posted For this Question
Be the First to Post Answer
#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
What are the 3 pillars of oop?
What is a scope resolution operator?
Name an advantage of array over linked list?
24 Answers GML, IBM, Software Solutions,
What is the use of oops?
Write an operator overloading program to Overload ‘>’ operator so as to find greater among two instances of the class.
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 ?
What is abstraction oop?
How is data security provided in Object Oriented languages? ?
What is debug class?what is trace class? What differences are between them? With examples.
me get an assignent n its question is this 1.creat a set as in math i.ea={1,2} 2.insert element in it3. delete element don,t repeat any element 4.union 5. intersection of two sets plz help me i always pray for u n send me at ayeshawzd@hotmail.com f u have c++ how to program 5th addition then it is the 10.9 question in 10th chapter exercise
WHAT'S THE OOPS BASIC OOPS CONCEPTS IN DOTNET