{"id":17454,"date":"2021-10-26T17:45:38","date_gmt":"2021-10-26T12:15:38","guid":{"rendered":"http:\/\/onlineappsdba.com\/?p=17454"},"modified":"2021-10-26T17:46:31","modified_gmt":"2021-10-26T12:16:31","slug":"day4-faqs","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/26\/day4-faqs\/","title":{"rendered":"Python OOPs Concepts, Error And Exception Handling Q &#038; A: Day 4 Live Session Review\u00a0Classes and Objects"},"content":{"rendered":"<p><span class=\"c-emoji c-emoji__medium c-emoji--inline\" data-qa=\"emoji\" data-sk=\"tooltip_parent\"><img decoding=\"async\" class=\"\" src=\"https:\/\/a.slack-edge.com\/production-standard-emoji-assets\/13.0\/google-medium\/2714-fe0f@2x.png\" alt=\":heavy_check_mark:\" aria-label=\"heavy check mark emoji\" data-stringify-type=\"emoji\" data-stringify-emoji=\":heavy_check_mark:\" \/><\/span>\u00a0A class can be thought of as a &#8216;blueprint&#8217; for objects. These can have their own attributes (characteristics they possess), and methods (actions they perform). Objects have member variables and have behavior associated with them.<br \/>\n<span class=\"c-emoji c-emoji__medium c-emoji--inline\" data-qa=\"emoji\" data-sk=\"tooltip_parent\"><img decoding=\"async\" src=\"https:\/\/a.slack-edge.com\/production-standard-emoji-assets\/13.0\/google-medium\/2714-fe0f@2x.png\" alt=\":heavy_check_mark:\" aria-label=\"heavy check mark emoji\" data-stringify-type=\"emoji\" data-stringify-emoji=\":heavy_check_mark:\" \/><\/span>\u00a0In python, a class is created by the keyword class<br \/>\n<span class=\"c-emoji c-emoji__medium c-emoji--inline\" data-qa=\"emoji\" data-sk=\"tooltip_parent\"><img decoding=\"async\" src=\"https:\/\/a.slack-edge.com\/production-standard-emoji-assets\/13.0\/google-medium\/2714-fe0f@2x.png\" alt=\":heavy_check_mark:\" aria-label=\"heavy check mark emoji\" data-stringify-type=\"emoji\" data-stringify-emoji=\":heavy_check_mark:\" \/><\/span>\u00a0An object is created using the constructor of the class. This object will then be called the instance of the class.<\/p>\n<p><span class=\"c-emoji c-emoji__medium c-emoji--inline\" data-qa=\"emoji\" data-sk=\"tooltip_parent\"><img decoding=\"async\" src=\"https:\/\/a.slack-edge.com\/production-standard-emoji-assets\/13.0\/google-medium\/1f4da@2x.png\" alt=\":books:\" aria-label=\"books emoji\" data-stringify-type=\"emoji\" data-stringify-emoji=\":books:\" \/><\/span>\u00a0<strong>OOPs<\/strong><br \/>\nObject-Oriented Programming (OOPs) is a widely used concept to write powerful applications. As a data scientist, you will be required to write applications to process your data, among a range of other things.There are four fundamental concepts of Object-oriented programming \u2013<br \/>\n<span class=\"c-emoji c-emoji__medium c-emoji--inline\" data-qa=\"emoji\" data-sk=\"tooltip_parent\"><img decoding=\"async\" src=\"https:\/\/a.slack-edge.com\/production-standard-emoji-assets\/13.0\/google-medium\/0031-fe0f-20e3@2x.png\" alt=\":one:\" aria-label=\"one emoji\" data-stringify-type=\"emoji\" data-stringify-emoji=\":one:\" \/><\/span>\u00a0Inheritance<br \/>\n<span class=\"c-emoji c-emoji__medium c-emoji--inline\" data-qa=\"emoji\" data-sk=\"tooltip_parent\"><img decoding=\"async\" src=\"https:\/\/a.slack-edge.com\/production-standard-emoji-assets\/13.0\/google-medium\/0032-fe0f-20e3@2x.png\" alt=\":two:\" aria-label=\"two emoji\" data-stringify-type=\"emoji\" data-stringify-emoji=\":two:\" \/><\/span>\u00a0Encapsulation<br \/>\n<span class=\"c-emoji c-emoji__medium c-emoji--inline\" data-qa=\"emoji\" data-sk=\"tooltip_parent\"><img decoding=\"async\" src=\"https:\/\/a.slack-edge.com\/production-standard-emoji-assets\/13.0\/google-medium\/0033-fe0f-20e3@2x.png\" alt=\":three:\" aria-label=\"three emoji\" data-stringify-type=\"emoji\" data-stringify-emoji=\":three:\" \/><\/span>\u00a0Data Abstraction<br \/>\n<span class=\"c-emoji c-emoji__medium c-emoji--inline\" data-qa=\"emoji\" data-sk=\"tooltip_parent\"><img decoding=\"async\" src=\"https:\/\/a.slack-edge.com\/production-standard-emoji-assets\/13.0\/google-medium\/0034-fe0f-20e3@2x.png\" alt=\":four:\" aria-label=\"four emoji\" data-stringify-type=\"emoji\" data-stringify-emoji=\":four:\" \/><\/span>\u00a0Polymorphism<\/p>\n<p><span class=\"c-emoji c-emoji__medium c-emoji--inline\" data-qa=\"emoji\" data-sk=\"tooltip_parent\"><img decoding=\"async\" src=\"https:\/\/a.slack-edge.com\/production-standard-emoji-assets\/13.0\/google-medium\/1f6ab@2x.png\" alt=\":no_entry_sign:\" aria-label=\"no entry sign emoji\" data-stringify-type=\"emoji\" data-stringify-emoji=\":no_entry_sign:\" \/><\/span>\u00a0Errors and Exception Handling<br \/>\n<span class=\"c-emoji c-emoji__medium c-emoji--inline\" data-qa=\"emoji\" data-sk=\"tooltip_parent\"><img decoding=\"async\" src=\"https:\/\/a.slack-edge.com\/production-standard-emoji-assets\/13.0\/google-medium\/2714-fe0f@2x.png\" alt=\":heavy_check_mark:\" aria-label=\"heavy check mark emoji\" data-stringify-type=\"emoji\" data-stringify-emoji=\":heavy_check_mark:\" \/><\/span>\u00a0Errors are the problems in a program due to which the program will stop the execution.<br \/>\n<span class=\"c-emoji c-emoji__medium c-emoji--inline\" data-qa=\"emoji\" data-sk=\"tooltip_parent\"><img decoding=\"async\" src=\"https:\/\/a.slack-edge.com\/production-standard-emoji-assets\/13.0\/google-medium\/2714-fe0f@2x.png\" alt=\":heavy_check_mark:\" aria-label=\"heavy check mark emoji\" data-stringify-type=\"emoji\" data-stringify-emoji=\":heavy_check_mark:\" \/><\/span>\u00a0There are\u00a0<span class=\"c-emoji c-emoji__medium c-emoji--inline\" data-qa=\"emoji\" data-sk=\"tooltip_parent\"><img decoding=\"async\" src=\"https:\/\/a.slack-edge.com\/production-standard-emoji-assets\/13.0\/google-medium\/0032-fe0f-20e3@2x.png\" alt=\":two:\" aria-label=\"two emoji\" data-stringify-type=\"emoji\" data-stringify-emoji=\":two:\" \/><\/span>\u00a0types of Errors in python.<br \/>\n<span class=\"c-emoji c-emoji__medium c-emoji--inline\" data-qa=\"emoji\" data-sk=\"tooltip_parent\"><img decoding=\"async\" src=\"https:\/\/a.slack-edge.com\/production-standard-emoji-assets\/13.0\/google-medium\/2757@2x.png\" alt=\":exclamation:\" aria-label=\"exclamation emoji\" data-stringify-type=\"emoji\" data-stringify-emoji=\":exclamation:\" \/><\/span>Syntax errors<br \/>\n<span class=\"c-emoji c-emoji__medium c-emoji--inline\" data-qa=\"emoji\" data-sk=\"tooltip_parent\"><img decoding=\"async\" src=\"https:\/\/a.slack-edge.com\/production-standard-emoji-assets\/13.0\/google-medium\/2757@2x.png\" alt=\":exclamation:\" aria-label=\"exclamation emoji\" data-stringify-type=\"emoji\" data-stringify-emoji=\":exclamation:\" \/><\/span>Logical errors (Exceptions)<br \/>\n<span class=\"c-emoji c-emoji__medium c-emoji--inline\" data-qa=\"emoji\" data-sk=\"tooltip_parent\"><img decoding=\"async\" src=\"https:\/\/a.slack-edge.com\/production-standard-emoji-assets\/13.0\/google-medium\/2714-fe0f@2x.png\" alt=\":heavy_check_mark:\" aria-label=\"heavy check mark emoji\" data-stringify-type=\"emoji\" data-stringify-emoji=\":heavy_check_mark:\" \/><\/span>\u00a0On the other hand, exceptions are raised when some internal events occur which changes the normal flow of the program.<span class=\"c-emoji c-emoji__medium c-emoji--inline\" data-qa=\"emoji\" data-sk=\"tooltip_parent\"><img decoding=\"async\" src=\"https:\/\/a.slack-edge.com\/production-standard-emoji-assets\/13.0\/google-medium\/27a1-fe0f@2x.png\" alt=\":arrow_right:\" aria-label=\"arrow right emoji\" data-stringify-type=\"emoji\" data-stringify-emoji=\":arrow_right:\" \/><\/span>\u00a0To know more about these Python Concepts, Error And Exception Handling covered in our Day 4 session check my blog<span class=\"c-emoji c-emoji__medium c-emoji--inline\" data-qa=\"emoji\" data-sk=\"tooltip_parent\"><img decoding=\"async\" src=\"https:\/\/a.slack-edge.com\/production-standard-emoji-assets\/13.0\/google-medium\/1f4c3@2x.png\" alt=\":page_with_curl:\" aria-label=\"page with curl emoji\" data-stringify-type=\"emoji\" data-stringify-emoji=\":page_with_curl:\" \/><\/span> at: <a href=\"https:\/\/k21academy.com\/datascience\/python\/day4-faqs\/?utm_source=onlineappsdba&amp;utm_medium=referral&amp;utm_campaign=pythonday4_october21\"><em><strong>k21academy.com\/pythonday4<\/strong><\/em><\/a><\/p>\n<p>oin our\u00a0<a href=\"https:\/\/k21academy.com\/python-certification-free-class?utm_source=onlineappsdba&amp;utm_medium=referral&amp;utm_campaign=python02_october21\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Free Class<\/strong><\/a>\u00a0to know more about it.<\/p>\n<p><a href=\"https:\/\/k21academy.com\/python-waitlist\/?utm_source=onlineappsdba&amp;utm_medium=referral&amp;utm_campaign=pythonfordatascience_october21\"><img decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/k21academy.com\/wp-content\/uploads\/2021\/10\/CU_FC_Pythongif.gif\" alt=\"Free Class Python\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u00a0A class can be thought of as a &#8216;blueprint&#8217; for objects. These can have their own attributes (characteristics they possess), [&hellip;]<\/p>\n","protected":false},"author":115,"featured_media":17455,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[555,574],"tags":[],"class_list":["post-17454","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-data-science","category-python"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Python OOPs, Error &amp; Exception Handling: Day 4 Live Session Review<\/title>\n<meta name=\"description\" content=\"In this blog, we are going to cover some questions and answers asked us in Python for DS\/DE Day 4 Live session covering OOPs, Error &amp; Exception Handling.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/26\/day4-faqs\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Python OOPs, Error &amp; Exception Handling: Day 4 Live Session Review\" \/>\n<meta property=\"og:description\" content=\"In this blog, we are going to cover some questions and answers asked us in Python for DS\/DE Day 4 Live session covering OOPs, Error &amp; Exception Handling.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/26\/day4-faqs\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-10-26T12:15:38+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-10-26T12:16:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2021\/10\/PythonDSDE_BlogImageDay4.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Masroof Ahmad\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Masroof Ahmad\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/26\/day4-faqs\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/26\/day4-faqs\/\",\"name\":\"Python OOPs, Error & Exception Handling: Day 4 Live Session Review\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/26\/day4-faqs\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/26\/day4-faqs\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2021\/10\/PythonDSDE_BlogImageDay4.png\",\"datePublished\":\"2021-10-26T12:15:38+00:00\",\"dateModified\":\"2021-10-26T12:16:31+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"description\":\"In this blog, we are going to cover some questions and answers asked us in Python for DS\/DE Day 4 Live session covering OOPs, Error & Exception Handling.\",\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/26\/day4-faqs\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/26\/day4-faqs\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/26\/day4-faqs\/#primaryimage\",\"url\":\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2021\/10\/PythonDSDE_BlogImageDay4.png\",\"contentUrl\":\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2021\/10\/PythonDSDE_BlogImageDay4.png\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/26\/day4-faqs\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Python OOPs Concepts, Error And Exception Handling Q &#038; A: Day 4 Live Session Review\u00a0Classes and Objects\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineappsdba.com\/#website\",\"url\":\"https:\/\/onlineappsdba.com\/\",\"name\":\"\",\"description\":\"Oracle Implementation &amp; Training Experts\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineappsdba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\",\"name\":\"Masroof Ahmad\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"caption\":\"Masroof Ahmad\"},\"url\":\"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Python OOPs, Error & Exception Handling: Day 4 Live Session Review","description":"In this blog, we are going to cover some questions and answers asked us in Python for DS\/DE Day 4 Live session covering OOPs, Error & Exception Handling.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/26\/day4-faqs\/","og_locale":"en_US","og_type":"article","og_title":"Python OOPs, Error & Exception Handling: Day 4 Live Session Review","og_description":"In this blog, we are going to cover some questions and answers asked us in Python for DS\/DE Day 4 Live session covering OOPs, Error & Exception Handling.","og_url":"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/26\/day4-faqs\/","article_published_time":"2021-10-26T12:15:38+00:00","article_modified_time":"2021-10-26T12:16:31+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2021\/10\/PythonDSDE_BlogImageDay4.png","type":"image\/png"}],"author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/26\/day4-faqs\/","url":"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/26\/day4-faqs\/","name":"Python OOPs, Error & Exception Handling: Day 4 Live Session Review","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/26\/day4-faqs\/#primaryimage"},"image":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/26\/day4-faqs\/#primaryimage"},"thumbnailUrl":"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2021\/10\/PythonDSDE_BlogImageDay4.png","datePublished":"2021-10-26T12:15:38+00:00","dateModified":"2021-10-26T12:16:31+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"description":"In this blog, we are going to cover some questions and answers asked us in Python for DS\/DE Day 4 Live session covering OOPs, Error & Exception Handling.","breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/26\/day4-faqs\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2021\/10\/26\/day4-faqs\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/26\/day4-faqs\/#primaryimage","url":"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2021\/10\/PythonDSDE_BlogImageDay4.png","contentUrl":"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2021\/10\/PythonDSDE_BlogImageDay4.png","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/26\/day4-faqs\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"Python OOPs Concepts, Error And Exception Handling Q &#038; A: Day 4 Live Session Review\u00a0Classes and Objects"}]},{"@type":"WebSite","@id":"https:\/\/onlineappsdba.com\/#website","url":"https:\/\/onlineappsdba.com\/","name":"","description":"Oracle Implementation &amp; Training Experts","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineappsdba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb","name":"Masroof Ahmad","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","caption":"Masroof Ahmad"},"url":"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/17454","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/users\/115"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/comments?post=17454"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/17454\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media\/17455"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=17454"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=17454"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=17454"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}