What does no cap mean?
No Answer is Posted For this Question
Be the First to Post Answer
Write an operator overloading program to Overload ‘>’ operator so as to find greater among two instances of the class.
what is the virtual function overhead, and what is it used for ? i hope i can get and appropriate answers, thanks a lot....
Why is polymorphism needed?
What are main features of oop?
How to execute business logic for only once ..?even though user clicks submit button multiple times by mistake..? (i disabled JavaScript)
what is the main difference between c and c++?
386 Answers AZTEC, B.Tech, CMC, College School Exams Tests, HCL, IBM, ITM, Khalsa Institute, Microsoft, Oracle, Sanjeevni Institute, TCS, Tech Mahindra, Wipro, ZeOmega,
char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output
How to create a comment page in C #??
difference between abstraction and encapsulation with progarammatic eg. hi,just recently i went for an interview .The interviewer asked what is the difference between abstraction and encapsulation with programmatic eg. I gave the answer as encapsulation mean hiding the relevant data which is not useful for the user, eg a electric fan .hiding the information how the electricity is converted into machanical energy. abtraction showing only the relevant data to the user eg electric fan. it look ,its color ,it design etc only relevant data. Then the interviewer asked me, give me some programmic eg .I Said Let assume a web form having control like textbox,button etc. The user can view textbox,button etc this is the eg of abstraction and when the user click on the button how he is redirected is not known by the user is the eg of the encapsulation. Am I Correct .was the answer given by me is perfect .now i am planing to go for an another interview should i give the same answer.IF not please suggest me a better answer.with some good eg Please help
What is destructor example?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
Conversion from a basic type to a class type may be achieved using______________