Which is the best institute in hyderabad for C/C++ and it also has fast track course structure.
13 33446Write a program to accept a number and to print numbers in pyramid format? for eg:for a no. 5 1 212 32123 4321234 543212345
7 273571.explicit call for destructor 2.calling function inside a constructor. 3.base *b-new derived delete b; 4.delete p what it will delete. 5.size of base class and derived class int i,in base class and int j in derived. 6.int i-20 int main() { int i =5; printf("%d".::i); { int i =10; printf("%d".::i); } } 7.object slicing 8.new 9.function overloading(return type). 10.class base() { virtuval fun() { ----- } } class derivied:public base() { fun() { ----- } } int main() { derived d; } 11.how static function will call in C++? 12.default structures are in C++? 13.constructors should be in public . 14.virtuval constructor not exist. 15.multilevel inhritence. destructor order.
1 46091.what are two type of classe members called? 2.what is data hiding and data encapsulation? 3.how do you make a class member visible aouside its class? 4.what is the default visibility of a class data member? 5.what are the advantages of oop over the structured programing?
6 12120Generally, in all C++ programs, texts are in white colour. Can we change the colour of the text(either input or output or both)? If so, help me out.
1 4097
What is and I oop mean?
Get me an image implementation program.
Which is better struts or spring?
Is html an oop?
What is polymorphism programming?
what type of questions
Can abstract class have normal methods?
Which language is pure oop?
What are the 3 pillars of oop?
how to get the oracle certification? send me the answer
How do you define a class in oop?
What type of loop is a for loop?
What is the problem with multiple inheritance?
What is encapsulation in oop?
How do you achieve polymorphism?