- Q Formal Review & Informal Review Explain Formal Review & Informal Review.
- Q Acid rain is caused due to pollution of atmosphere by–
- Q Write a program to sort an array of 100 integral numbers.
- Q What are the two ingredients of a screwdriver cocktail?
- Q How can we determine the name of a form?
- Q What is orange mantra. interview process? or recruitment & selection process?
- Q As per a recent notification by Union Government of India , the government will pay how much for each unit of solar power produced under the National Solar Mission to maximize solar power?
- Q Which organization announced euphemistically it would 'transition' its modestly performing '360' social networking website?
- Q Define ATP Synthase.
- Q How do thermal inversions relate to air pollution " events"?
- Q Write a note on recon
Question
What are the access privileges in c++ ? what is the default access level ?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: computer science engineering,
Answers
The access privileges in C++ are private, public and protected. The default access level assigned to members of a class is private. Private members of a class are accessible only within the class and by friends of the class. Protected members are accessible by the class itself and it's sub-classes. Public members of a class can be accessed by anyone.
Your Comment
- 0
- 0
- New Answer
- Contributors: *,
More computer science engineering Questions..
To what does message protocol refer?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: computer science engineering,
What is operator overloading?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: computer science engineering,
Explain the isa and hasa class relationships. How would you implement each in a class design?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: computer science engineering,
What is polymorphism?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: computer science engineering,
When should you use multiple inheritance?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: computer science engineering,
What is the difference between c and c++ ? would you prefer to use one over the other ?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: computer science engineering,
How is memory allocated/deallocated in c ? how about c++ ?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: computer science engineering,
What do the keyword static and const signify?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: computer science engineering,
What are the differences between a c++ struct and c++ class?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: computer science engineering,
Compare and contrast c and c++.?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: computer science engineering,
What are class variables?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: computer science engineering,
What are instance variables?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: computer science engineering,
What is uml?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: computer science engineering,
How does throwing and catching exceptions differ from using setjmp and longjmp?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: computer science engineering,
In c++ what is a constructor? a destructor?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: computer science engineering,
When is a template a better solution than a base class?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: computer science engineering,
What is the difference between a shallow copy and a deep copy?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: computer science engineering,
What is a super-class?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: computer science engineering,
What is your reaction to this line of code?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: computer science engineering,
What is an instance?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: computer science engineering,