Explain what data encapsulation is in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Can user-defined object be declared as static data member of another class?
Can manipulators fall in love?
Can non graphic characters be used and processed in C++?
What are the two types of comments, and how do they differ?
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
Define stacks. Provide an example where they are useful.
What is the difference between the functions rand(), random(), srand() and randomize()?
class professor {}; class teacher : public virtual professor {}; class researcher : public virtual professor {}; class myprofessor : public teacher, public researcher {}; Referring to the sample code above, if an object of class "myprofessor" were created, how many instances of professor will it contain? a) 0 b) 1 c) 2 d) 3 e) 4
What is the difference between interpreters and compilers?
Is java made in c++?
What is the Difference between "printf" and "sprintf"?
7 Answers iSoft, PentaWare, TCS,
What is the two main roles of operating system?