Which is the best institute in hyderabad for C/C++ and it also has fast track course structure.
13 33105Write 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 270821.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 45401.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 11892Generally, 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 4016
How do you achieve runtime polymorphism?
What is object and example?
What are the 5 oop principles?
Whats is abstraction in oops?
Is react oop?
Can abstract class have normal methods?
State what is encapsulation and friend function?
What is encapsulation in oop?
What is encapsulation example?
What is object in oop with example?
What is new keyword in oops?
what are the ways in which a constructors can be called?
What are the features of oop?
What are oops methods?
What is the significance of classes in oop?