{"id":2824,"date":"2021-06-20T03:27:02","date_gmt":"2021-06-20T03:27:02","guid":{"rendered":"https:\/\/www.inspirenignite.com\/kl\/3134-object-oriented-programming-through-c-kl-diploma-syllabus-for-computer-hardware-3rd-sem-2015-revision-sitttr\/"},"modified":"2021-06-20T03:27:02","modified_gmt":"2021-06-20T03:27:02","slug":"3134-object-oriented-programming-through-c-kl-diploma-syllabus-for-computer-hardware-3rd-sem-2015-revision-sitttr","status":"publish","type":"post","link":"https:\/\/www.inspirenignite.com\/kl\/3134-object-oriented-programming-through-c-kl-diploma-syllabus-for-computer-hardware-3rd-sem-2015-revision-sitttr\/","title":{"rendered":"3134: Object Oriented Programming Through C++ KL Diploma Syllabus for Computer Hardware 3rd Sem 2015 Revision SITTTR"},"content":{"rendered":"<p align=\"justify\">Object Oriented Programming Through C++ detailed syllabus for Computer Hardware (Computer Hardware) for 2015 revision curriculum has been taken from the <a class=\"rank-math-link\" href=\"http:\/\/www.sitttrkerala.ac.in\/\" style=\"color: inherit\" target=\"_blank\" rel=\"noopener\">SITTTRs<\/a> official website and presented for the Computer Hardware students. For course code, course name, number of credits for a course and other scheme related information,  do visit full semester subjects post given below. <\/p>\n<p align=\"justify\">For Computer Hardware 3rd Sem scheme and its subjects, do visit <a class=\"rank-math-link\" href=\"..\/computer-hardware-computer-hardware-kl-diploma-syllabus-for-3rd-sem-2015-revision-sitttr\">Computer Hardware 3rd Sem 2015 revision scheme<\/a>. The detailed syllabus of object oriented programming through c++ is as follows. <\/p>\n<p>  <title>Object Oriented Programming through C++<\/title><\/p>\n<h4>Course General Outcomes:<\/h4>\n<p id=\"istudy\" style=\"text-align:center\">For the complete syllabus, results, class timetable, and many other features kindly download the <a class=\"rank-math-link\" href=\"https:\/\/play.google.com\/store\/apps\/details?id=ini.istudy\" target=\"_blank\" rel=\"noopener\">iStudy App<\/a><br \/><b> It is a lightweight, easy to use, no images, and no pdfs platform to make students&#8217;s lives easier.<\/b><br \/><a class=\"rank-math-link\" href=\"https:\/\/play.google.com\/store\/apps\/details?id=ini.istudy&amp;pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/play.google.com\/intl\/en_us\/badges\/static\/images\/badges\/en_badge_web_generic.png\" alt=\"Get it on Google Play\" style=\"height:65px\"><\/a>.   <\/p>\n<h4>Specific Outcomes:<\/h4>\n<p align=\"justify\">\n  MODULE I Basic Programming Concepts in C++<\/p>\n<ol>\n<li>To comprehend the basic programming concepts in C++\n<ol type=\"i\">\n<li>Explain the features of C++<\/li>\n<li>Explain data types and expressions in c++<\/li>\n<li>Explain different control structures in c++<\/li>\n<li>Explain Arrays as Homogeneous Aggregates<\/li>\n<li>Explain Structures as Heterogeneous Aggregates<\/li>\n<li>Describe the concepts Memory Management<\/li>\n<li>Explain input and output with disk files.<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<p>  MODULE II Concepts of Object Oriented Programming<\/p>\n<ol>\n<li>To understand the Concepts of Object Oriented Programming\n<ol type=\"i\">\n<li>State the basic concepts of Object Oriented Programming<\/li>\n<li>Describe parameter passing in C++ functions.<\/li>\n<li>Explain the functions as modularization tool.<\/li>\n<li>Describe Object-Oriented Programming with Functions<\/li>\n<li>Describe Data Encapsulation and Information Hiding.<\/li>\n<li>Explain classes, objects and methods<\/li>\n<li>Illustrate constructors with examples<\/li>\n<li>Describe the concepts of overloading<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<p>  MODULE III Overloading of Operators and Inheritance<\/p>\n<ol>\n<li>To understand Overloading and Inheritance.\n<ol type=\"i\">\n<li>Explain Overloading of Operators<\/li>\n<li>Describe overloading for nonnumeric classes.<\/li>\n<li>Describe different types of Inheritances.<\/li>\n<li>Explain Visibility controls<\/li>\n<li>Describe class objects as data members.<\/li>\n<li>Explain base and derived class.<\/li>\n<li>Explain Constructors and Destructors for Derived Classes<\/li>\n<li>Discuss inheritance vs composition.<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<p>  MODULE IV Advanced concepts of C++<\/p>\n<ol>\n<li>To understand Virtual functions and Templates\n<ol type=\"i\">\n<li>Explain Virtual functions<\/li>\n<li>Explain conversion between nonrelated classes.<\/li>\n<li>Explain the usage of several base classes.<\/li>\n<li>Discuss subscript and function call operators.<\/li>\n<li>Discuss input output operators.<\/li>\n<li>Explain syntax of template class<\/li>\n<li>Discuss Exception handling mechanism in C++<\/li>\n<li>Describe type cast operators<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<h4>Module I: A Brief Overview of C++<\/h4>\n<p id=\"istudy\" style=\"text-align:center\">For the complete syllabus, results, class timetable, and many other features kindly download the <a class=\"rank-math-link\" href=\"https:\/\/play.google.com\/store\/apps\/details?id=ini.istudy\" target=\"_blank\" rel=\"noopener\">iStudy App<\/a><br \/><b> It is a lightweight, easy to use, no images, and no pdfs platform to make students&#8217;s lives easier.<\/b><br \/><a class=\"rank-math-link\" href=\"https:\/\/play.google.com\/store\/apps\/details?id=ini.istudy&amp;pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/play.google.com\/intl\/en_us\/badges\/static\/images\/badges\/en_badge_web_generic.png\" alt=\"Get it on Google Play\" style=\"height:65px\"><\/a>.   <\/p>\n<h4>Module II: Object-oriented programming with C++<\/h4>\n<p align=\"justify\">\n  Programming With C++ Functions-C++ Functions as Modularization Tools-Argument Promotions and Conversions-Parameter Passing in C++-Inline Functions-Parameters with Default Values-Function Name Overloading-Object-Oriented Programming with Functions-Cohesion-Coupling-Data EncapsulationInformation Hiding. C++ Class-Basic Class Syntax-Binding Together Data and Operations-Elimination of Name Conflicts-Implementing Member Functions Outside of Class-Defining Class Objects of Different Storage ClassesControlling Access to Class Members-Initialization of Object Instances-Constructors as Member Functions-Default Constructors-Copy Constructors-Conversion Constructors-Destructors-Timing of Constructor and Destructor Invocations-Class Scope and the Overriding of Names in Nested Scopes-Memory Management with Operators and Function Calls-Using Returned Objects in Client Code-Static Class Members.\n<\/p>\n<h4>Module III Overloading of Operators and Inheritance.<\/h4>\n<p id=\"istudy\" style=\"text-align:center\">For the complete syllabus, results, class timetable, and many other features kindly download the <a class=\"rank-math-link\" href=\"https:\/\/play.google.com\/store\/apps\/details?id=ini.istudy\" target=\"_blank\" rel=\"noopener\">iStudy App<\/a><br \/><b> It is a lightweight, easy to use, no images, and no pdfs platform to make students&#8217;s lives easier.<\/b><br \/><a class=\"rank-math-link\" href=\"https:\/\/play.google.com\/store\/apps\/details?id=ini.istudy&amp;pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/play.google.com\/intl\/en_us\/badges\/static\/images\/badges\/en_badge_web_generic.png\" alt=\"Get it on Google Play\" style=\"height:65px\"><\/a>.   <\/p>\n<h4>Module IV:Advanced uses of C++<\/h4>\n<p align=\"justify\">\n  Virtual Functions -Conversions Between Nonrelated Classes-Conversions Between Classes Related Through Inheritance-Multiple Inheritance: Several Base Classes-Unary Operators-Subscript and Function Call Operators-Input\/Output Operators. Templates: Syntax of Template Class Definition-Template Classes with Several Parameters-Relations Between Instantiations of Template Classes-Template Specializations-Template Functions-Programming with Exceptions&#8211;Syntax of C++ Exceptions-Exceptions with Class Objects-Type Cast Operators\n<\/p>\n<h4>Text Books:<\/h4>\n<p id=\"istudy\" style=\"text-align:center\">For the complete syllabus, results, class timetable, and many other features kindly download the <a class=\"rank-math-link\" href=\"https:\/\/play.google.com\/store\/apps\/details?id=ini.istudy\" target=\"_blank\" rel=\"noopener\">iStudy App<\/a><br \/><b> It is a lightweight, easy to use, no images, and no pdfs platform to make students&#8217;s lives easier.<\/b><br \/><a class=\"rank-math-link\" href=\"https:\/\/play.google.com\/store\/apps\/details?id=ini.istudy&amp;pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/play.google.com\/intl\/en_us\/badges\/static\/images\/badges\/en_badge_web_generic.png\" alt=\"Get it on Google Play\" style=\"height:65px\"><\/a>.   <\/p>\n<h4>Reference Books:<\/h4>\n<p align=\"justify\">\n<ol>\n<li>E.Balaguruswamy, Object Oriented Programming in C++, Mc Graw Hill,Sixth Edition<\/li>\n<li>Venugopal, Rajkumar, Ravishankar, Mastering C++, Mc Graw Hill,1999<\/li>\n<li>Stroustrup, Bjarne, The C++ Programming Language , Addison Wesley, Fourth Edition<\/li>\n<li>Robert Lafore, Object Oriented Programming in C++, Galgotia 1991<\/li>\n<\/ol>\n<p align=\"justify\">For detailed syllabus of all other subjects of Computer Hardware, 2015 revision curriculum do visit <a class=\"rank-math-link\" href=\"..\/category\/computer-hardware+3rd-sem\">Computer Hardware 3rd Sem subject syllabuses for 2015 revision<\/a>. <\/p>\n<p align=\"justify\">To see the syllabus of all other branches of diploma 2015 revision curriculum do visit <a class=\"rank-math-link\" href=\"https:\/\/www.inspirenignite.com\/kl\/kerala-diploma-syllabus\/\">all branches of SITTTR diploma 2015 revision<\/a>. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>Object Oriented Programming Through C++ detailed syllabus for Computer Hardware (Computer Hardware) for 2015 revision curriculum has been taken from the SITTTRs official website and presented for the Computer Hardware [&hellip;]<\/p>\n","protected":false},"author":2462,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"categories":[34,48],"tags":[],"class_list":["post-2824","post","type-post","status-publish","format-standard","hentry","category-3rd-sem","category-computer-hardware"],"_links":{"self":[{"href":"https:\/\/www.inspirenignite.com\/kl\/wp-json\/wp\/v2\/posts\/2824","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inspirenignite.com\/kl\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inspirenignite.com\/kl\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inspirenignite.com\/kl\/wp-json\/wp\/v2\/users\/2462"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inspirenignite.com\/kl\/wp-json\/wp\/v2\/comments?post=2824"}],"version-history":[{"count":0,"href":"https:\/\/www.inspirenignite.com\/kl\/wp-json\/wp\/v2\/posts\/2824\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.inspirenignite.com\/kl\/wp-json\/wp\/v2\/media?parent=2824"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inspirenignite.com\/kl\/wp-json\/wp\/v2\/categories?post=2824"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inspirenignite.com\/kl\/wp-json\/wp\/v2\/tags?post=2824"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}