Monday, July 11, 2011
C++ places greater emphasis on type checking, compiler can diagnose every difference between C and C++.
1. structures are a way of storing many different values in variables of potentially difference types under the same name.
2. classes and structures make program modular, easier to modify make things compact.
3. useful when a lot of data needs to be grouped together.
4. struct Tag {…}struct example {Int x;}example ex; ex.x = 33; //accessing variable of structure.
5. members of a struct in C are by default public, in C++ private.
6. unions like structs except they share memory – allocates largest data type in memory – like a giant storage: store one small OR one large but never both at the same time.
7. pointers can point to struct:
8. C++ can use class instead of struct (almost the same thing) – difference: C++ classes can include functions as members.
9. members can be declared as: private: members of a class are accessible only from other members of their same class; protected: members are accessible from members of their same class and friend classes and also members of their derived classes; public: members are accessible from anywhere the class is visible.
10. structs usually used for data only structures, classes for classes that have procedures and member functions.
11. use private because in large projects important that values not be modified in an unexpected way from the POV of the object.
Education News And Updates
- Abbreviations (1)
- Admissions (45)
- AFCAT (5)
- After 12th (HSC) (4)
- Agriculture (14)
- AICTE (5)
- AIEEE (15)
- AIMA (2)
- AIPMT (3)
- Air Force (6)
- Android (13)
- Answers (6)
- Application Details (59)
- Architecture (5)
- Articles (24)
- asistant (1)
- B.Ed (7)
- B.SC (5)
- Bank Exam (57)
- Best Deals (3)
- Books And Authors (3)
- business (1)
- Career (33)
- CAT (5)
- CBSE (4)
- CDS (6)
- CET (5)
- cisco update (1)
- CLAT (1)
- Clinical research (1)
- CMAT (1)
- College Festivals (2)
- College Projects (3)
- Colleges (11)
- Colleges and Institutes (51)
- Communication Skill (1)
- Competitive Exam Help (227)
- Computer Awareness (3)
- Computers (27)
- Courses (13)
- CPMT (2)
- CTET (1)
- Current Affair (10)
- CWE (5)
- CyberLink DVD Suite (1)
- DBMS (6)
- Diploma (7)
- DOS (1)
- Education News (189)
- eligibility (7)
- email marketing (1)
- Employment news (1)
- Employment Tips (61)
- Engineering (50)
- Entertainment (52)
- Entrance Exam dates (118)
- Environment (1)
- Exam Alerts (28)
- Exam Details (189)
- Exam Results (21)
- Exam Time Table (3)
- Facebook Tricks (12)
- Fashion Designing (1)
- form details (4)
- Forthcoming Competitive Exams (2)
- Free Books (13)
- Free Download (20)
- free trial (3)
- Friends (2)
- Game Designer/Developer (1)
- Game Reviews (1)
- GATE (6)
- General Knowledge (81)
- General talk (104)
- GMAT (2)
- Google (8)
- Government job (10)
- Graduation (1)
- Graphics Designer (1)
- GRE (1)
- Great People (1)
- Greetings (1)
- Guitar Codes (1)
- Health Tip (12)
- Heigher Studies (4)
- Hotel Management (1)
- How to (14)
- HSC (4)
- IAS Exam (3)
- IIT (2)
- Important Facts (2)
- India (1)
- Indian Army (6)
- Indian History (3)
- Inspiration (1)
- Intelligent Quotes (3)
- Interview Preparation Tips (10)
- ipad (2)
- iphone (5)
- IT Jobs (1)
- Language (1)
- Law (3)
- Linux (2)
- Lovely Quotes (19)
- Lyrics(Songs) (24)
- M.SC (2)
- Maharashtra State Board (3)
- Marathi (3)
- MAT (2)
- MBA Entrance Exams (36)
- MBBS (3)
- MCA Entrance Exams (16)
- MCQ (3)
- media player (1)
- Medical (23)
- Mobile Specifications (50)
- Music (4)
- NAMT (1)
- NATA (2)
- National Eligibility Test (1)
- Net-Security (10)
- New Mobile Phones (50)
- New Tech_Education (130)
- Nokia (1)
- Notification (100)
- Nursing (1)
- online admission (3)
- online meeting (1)
- OS. (4)
- PCS Exam (1)
- Ph.D (16)
- physiotherapy (1)
- PL/SQL (4)
- Pocket Money (9)
- Poetry (6)
- Postgraduate (3)
- PowerDirector (1)
- PowerDVD (1)
- Question Paper (83)
- Quiz (9)
- Recruitment (15)
- selection procedure (3)
- Self Improvement (8)
- short service (1)
- SMS Of The Day (5)
- Software_Tools (23)
- Solved Papers (43)
- Space Science (1)
- SSC (13)
- Study Tips (33)
- syllabus (8)
- Tamilnadu (1)
- Tech News (78)
- Telecom News (21)
- Templates (1)
- Tips For Online Money (16)
- Today's Puzzle (31)
- Today's Quote (32)
- trial (1)
- Tutorial (9)
- Twitter (1)
- University (13)
- UNIX (2)
- UNO (7)
- UPSC Exams (16)
- Videos (12)
- Wallpapers (3)
- Web Design And Myths (8)
- What's New (5)
0 Comments:
Post a Comment
comment