what is the drawback of classical methods in oops?
No Answer is Posted For this Question
Be the First to Post Answer
What is abstraction example?
What Is a Polymorphism? How many types of polymorphism and whats that use in application?
Write an operator overloading program to write S3+=S2.
What is the default size allocated for array in the statement if size not specified " int a[] "
WHY FUCTION OVERLOADING DOSENOT RETURN A RETEN TYPE
write a program to find the largest of two numbers without using for,while,switch,if else, conditional operator and do while using c++ pgmng language
polymorphism means?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
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
When you define a integer it gets stored in which data structure?(Stack or a heap)
#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
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).