{"id":18811,"date":"2024-02-08T05:21:50","date_gmt":"2024-02-08T05:21:50","guid":{"rendered":"https:\/\/www.prepbytes.com\/blog\/?p=18811"},"modified":"2024-02-08T05:21:50","modified_gmt":"2024-02-08T05:21:50","slug":"difference-between-structured-and-object-oriented-analysis","status":"publish","type":"post","link":"https:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/","title":{"rendered":"Difference between Structured and Object-Oriented Analysis"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1707369457273-Difference%20between%20Structured%20and%20Object-Oriented%20Analysis.png\" alt=\"\" \/><\/p>\n<p>In the realm of software engineering, the analysis phase plays a pivotal role in understanding the requirements of a system and devising effective strategies for its design and implementation. Two prominent methodologies used for this purpose are Structured Analysis and Object-Oriented Analysis. While both approaches aim to dissect and comprehend the intricacies of a system, they differ significantly in their principles, techniques, and conceptual frameworks.<\/p>\n<h2>What is Structured Analysis?<\/h2>\n<p>Structured analysis is a methodology that emphasizes breaking down a system into smaller, more manageable components. It relies on graphical tools, primarily Data Flow Diagrams (DFDs), to illustrate how data flows through the system. Furthermore, it employs a Data Dictionary to define data elements and their relationships, providing a structured view of the system&#8217;s functionality.<\/p>\n<h2>What is Object-Oriented Analysis?<\/h2>\n<p>On the other hand, Object-Oriented Analysis (OOA) revolves around modeling a system as a collection of interacting objects. Objects encapsulate both data and behavior, mirroring real-world entities and their interactions. OOA emphasizes the identification of classes, objects, attributes, and methods, facilitating a more modular, reusable, and intuitive design approach.<\/p>\n<h2>Difference between Structured and Object-Oriented Analysis<\/h2>\n<p>Now, let&#8217;s delve deeper into the comparative analysis of these methodologies through a tabular representation:<\/p>\n<table>\n<thead>\n<tr>\n<th>Aspect<\/th>\n<th>Structured Analysis<\/th>\n<th>Object-Oriented Analysis<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Basic Concept<\/td>\n<td>Focuses on breaking down a system into smaller components using DFDs<\/td>\n<td>Models a system as a collection of interacting objects<\/td>\n<\/tr>\n<tr>\n<td>Abstraction<\/td>\n<td>Primarily deals with processes and data flow<\/td>\n<td>Abstracts the system into objects encapsulating data and behavior<\/td>\n<\/tr>\n<tr>\n<td>Modularity<\/td>\n<td>Components are primarily processes (functions) and data elements<\/td>\n<td>Encourages modular design through classes and objects<\/td>\n<\/tr>\n<tr>\n<td>Relationship Representation<\/td>\n<td>Emphasizes data flow diagrams and data dictionary<\/td>\n<td>Focuses on identifying classes, objects, attributes, and methods<\/td>\n<\/tr>\n<tr>\n<td>Reusability<\/td>\n<td>Limited scope for reusability due to procedural nature<\/td>\n<td>Facilitates reusability through class inheritance and composition<\/td>\n<\/tr>\n<tr>\n<td>Flexibility and Scalability<\/td>\n<td>Less flexible and scalable due to rigid structure<\/td>\n<td>Offers greater flexibility and scalability through inheritance<\/td>\n<\/tr>\n<tr>\n<td>Real-World Modeling<\/td>\n<td>May struggle to mirror real-world entities closely<\/td>\n<td>Offers a more intuitive approach to modeling real-world entities<\/td>\n<\/tr>\n<tr>\n<td>Development Environment<\/td>\n<td>Suitable for projects with straightforward requirements<\/td>\n<td>Suitable for complex projects with evolving requirements<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong>Conclusion<\/strong><br \/>\nIn conclusion, while both Structured Analysis and Object-Oriented Analysis serve the purpose of analyzing and designing software systems, they differ significantly in their approach and application. Structured Analysis provides a systematic breakdown of the system&#8217;s functionality, whereas Object-Oriented Analysis offers a more intuitive and flexible modeling approach. The choice between these methodologies depends on the nature of the project, its complexity, and the preferences of the development team.<\/p>\n<h2>FAQs related to the Difference between Structured and Object-Oriented Analysis<\/h2>\n<p>Frequently asked questions (FAQs) about the difference between Structured and Object-Oriented Analysis:<\/p>\n<p><strong>1. What is Structured Analysis and Object-Oriented Analysis, and how do they differ?<\/strong><br \/>\nStructured Analysis: Structured analysis is a methodology used in software engineering to break down a system into smaller components using tools like Data Flow Diagrams (DFDs) and Data Dictionaries.<br \/>\nObject-Oriented Analysis: Object-Oriented Analysis (OOA) is a methodology that models a system as a collection of interacting objects, encapsulating both data and behavior.<\/p>\n<p><strong>2. What are the main principles of Structured Analysis and Object-Oriented Analysis?<\/strong><br \/>\nStructured Analysis: The main principle of structured analysis is to decompose a system into smaller, manageable components, focusing on data flow and processes.<br \/>\nObject-Oriented Analysis: Object-Oriented Analysis emphasizes modeling the system as a network of interacting objects, encapsulating both data and behavior, to mirror real-world entities closely.<\/p>\n<p><strong>3. How do Structured Analysis and Object-Oriented Analysis represent system components differently?<\/strong><br \/>\nStructured Analysis: Structured Analysis represents system components primarily using Data Flow Diagrams (DFDs) and Data Dictionaries, emphasizing data flow and relationships.<br \/>\nObject-Oriented Analysis: Object-Oriented Analysis represents system components as objects, each encapsulating data and behavior, and emphasizes the identification of classes, objects, attributes, and methods.<\/p>\n<p><strong>4. Which methodology is more suitable for handling complex systems?<\/strong><br \/>\nStructured Analysis: Structured Analysis is suitable for projects with straightforward requirements and relatively simple systems.<br \/>\nObject-Oriented Analysis: Object-Oriented Analysis is more suitable for handling complex systems with evolving requirements, as it offers greater flexibility, modularity, and scalability.<\/p>\n<p><strong>5. How does reusability differ between Structured and Object-Oriented Analysis?<\/strong><br \/>\nStructured Analysis: Structured Analysis has limited scope for reusability due to its procedural nature and lack of emphasis on encapsulation.<br \/>\nObject-Oriented Analysis: Object-Oriented Analysis facilitates reusability through mechanisms like class inheritance and composition, making it easier to reuse and extend existing code.<\/p>\n<p><strong>6. What are the key considerations for choosing between Structured and Object-Oriented Analysis for a project?<\/strong><br \/>\nStructured Analysis: Structured Analysis is suitable for projects with well-defined, static requirements, and relatively simple functionality.<br \/>\nObject-Oriented Analysis: Object-Oriented Analysis is preferred for complex projects with evolving requirements, where flexibility, modularity, and scalability are crucial.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In the realm of software engineering, the analysis phase plays a pivotal role in understanding the requirements of a system and devising effective strategies for its design and implementation. Two prominent methodologies used for this purpose are Structured Analysis and Object-Oriented Analysis. While both approaches aim to dissect and comprehend the intricacies of a system, [&hellip;]<\/p>\n","protected":false},"author":52,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[232],"tags":[],"class_list":["post-18811","post","type-post","status-publish","format-standard","hentry","category-oops"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Difference between Structured and Object-Oriented Analysis<\/title>\n<meta name=\"description\" content=\"While both approaches aim to dissect and comprehend the intricacies of a system, they differ significantly in their principles, techniques, and conceptual frameworks.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Difference between Structured and Object-Oriented Analysis\" \/>\n<meta property=\"og:description\" content=\"While both approaches aim to dissect and comprehend the intricacies of a system, they differ significantly in their principles, techniques, and conceptual frameworks.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/\" \/>\n<meta property=\"og:site_name\" content=\"PrepBytes Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prepbytes0211\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-02-08T05:21:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1707369457273-Difference%20between%20Structured%20and%20Object-Oriented%20Analysis.png\" \/>\n<meta name=\"author\" content=\"Prepbytes\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Prepbytes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/\"},\"author\":{\"name\":\"Prepbytes\",\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/person\/3f7dc4ae851791d5947a7f99df363d5e\"},\"headline\":\"Difference between Structured and Object-Oriented Analysis\",\"datePublished\":\"2024-02-08T05:21:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/\"},\"wordCount\":767,\"commentCount\":0,\"publisher\":{\"@id\":\"http:\/\/43.205.93.38\/#organization\"},\"image\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1707369457273-Difference%20between%20Structured%20and%20Object-Oriented%20Analysis.png\",\"articleSection\":[\"OOPs\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/\",\"url\":\"https:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/\",\"name\":\"Difference between Structured and Object-Oriented Analysis\",\"isPartOf\":{\"@id\":\"http:\/\/43.205.93.38\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1707369457273-Difference%20between%20Structured%20and%20Object-Oriented%20Analysis.png\",\"datePublished\":\"2024-02-08T05:21:50+00:00\",\"description\":\"While both approaches aim to dissect and comprehend the intricacies of a system, they differ significantly in their principles, techniques, and conceptual frameworks.\",\"breadcrumb\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/#primaryimage\",\"url\":\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1707369457273-Difference%20between%20Structured%20and%20Object-Oriented%20Analysis.png\",\"contentUrl\":\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1707369457273-Difference%20between%20Structured%20and%20Object-Oriented%20Analysis.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/43.205.93.38\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"OOPs\",\"item\":\"https:\/\/prepbytes.com\/blog\/category\/oops\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Difference between Structured and Object-Oriented Analysis\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/43.205.93.38\/#website\",\"url\":\"http:\/\/43.205.93.38\/\",\"name\":\"PrepBytes Blog\",\"description\":\"ONE-STOP RESOURCE FOR EVERYTHING RELATED TO CODING\",\"publisher\":{\"@id\":\"http:\/\/43.205.93.38\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/43.205.93.38\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"http:\/\/43.205.93.38\/#organization\",\"name\":\"Prepbytes\",\"url\":\"http:\/\/43.205.93.38\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/blog.prepbytes.com\/wp-content\/uploads\/2025\/07\/uzxxllgloialmn9mhwfe.webp\",\"contentUrl\":\"https:\/\/blog.prepbytes.com\/wp-content\/uploads\/2025\/07\/uzxxllgloialmn9mhwfe.webp\",\"width\":160,\"height\":160,\"caption\":\"Prepbytes\"},\"image\":{\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/prepbytes0211\/\",\"https:\/\/www.instagram.com\/prepbytes\/\",\"https:\/\/www.linkedin.com\/company\/prepbytes\/\",\"https:\/\/www.youtube.com\/channel\/UC0xGnHDrjUM1pDEK2Ka5imA\"]},{\"@type\":\"Person\",\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/person\/3f7dc4ae851791d5947a7f99df363d5e\",\"name\":\"Prepbytes\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/232042cd1a1ea0e982c96d2a2ec93fb70a8e864e00784491231e7bfe5a9e06b5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/232042cd1a1ea0e982c96d2a2ec93fb70a8e864e00784491231e7bfe5a9e06b5?s=96&d=mm&r=g\",\"caption\":\"Prepbytes\"},\"url\":\"https:\/\/prepbytes.com\/blog\/author\/gourav-jaincollegedekho-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Difference between Structured and Object-Oriented Analysis","description":"While both approaches aim to dissect and comprehend the intricacies of a system, they differ significantly in their principles, techniques, and conceptual frameworks.","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:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/","og_locale":"en_US","og_type":"article","og_title":"Difference between Structured and Object-Oriented Analysis","og_description":"While both approaches aim to dissect and comprehend the intricacies of a system, they differ significantly in their principles, techniques, and conceptual frameworks.","og_url":"https:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/","og_site_name":"PrepBytes Blog","article_publisher":"https:\/\/www.facebook.com\/prepbytes0211\/","article_published_time":"2024-02-08T05:21:50+00:00","og_image":[{"url":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1707369457273-Difference%20between%20Structured%20and%20Object-Oriented%20Analysis.png","type":"","width":"","height":""}],"author":"Prepbytes","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Prepbytes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/#article","isPartOf":{"@id":"https:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/"},"author":{"name":"Prepbytes","@id":"http:\/\/43.205.93.38\/#\/schema\/person\/3f7dc4ae851791d5947a7f99df363d5e"},"headline":"Difference between Structured and Object-Oriented Analysis","datePublished":"2024-02-08T05:21:50+00:00","mainEntityOfPage":{"@id":"https:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/"},"wordCount":767,"commentCount":0,"publisher":{"@id":"http:\/\/43.205.93.38\/#organization"},"image":{"@id":"https:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/#primaryimage"},"thumbnailUrl":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1707369457273-Difference%20between%20Structured%20and%20Object-Oriented%20Analysis.png","articleSection":["OOPs"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/","url":"https:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/","name":"Difference between Structured and Object-Oriented Analysis","isPartOf":{"@id":"http:\/\/43.205.93.38\/#website"},"primaryImageOfPage":{"@id":"https:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/#primaryimage"},"image":{"@id":"https:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/#primaryimage"},"thumbnailUrl":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1707369457273-Difference%20between%20Structured%20and%20Object-Oriented%20Analysis.png","datePublished":"2024-02-08T05:21:50+00:00","description":"While both approaches aim to dissect and comprehend the intricacies of a system, they differ significantly in their principles, techniques, and conceptual frameworks.","breadcrumb":{"@id":"https:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/#primaryimage","url":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1707369457273-Difference%20between%20Structured%20and%20Object-Oriented%20Analysis.png","contentUrl":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1707369457273-Difference%20between%20Structured%20and%20Object-Oriented%20Analysis.png"},{"@type":"BreadcrumbList","@id":"https:\/\/prepbytes.com\/blog\/difference-between-structured-and-object-oriented-analysis\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/43.205.93.38\/"},{"@type":"ListItem","position":2,"name":"OOPs","item":"https:\/\/prepbytes.com\/blog\/category\/oops\/"},{"@type":"ListItem","position":3,"name":"Difference between Structured and Object-Oriented Analysis"}]},{"@type":"WebSite","@id":"http:\/\/43.205.93.38\/#website","url":"http:\/\/43.205.93.38\/","name":"PrepBytes Blog","description":"ONE-STOP RESOURCE FOR EVERYTHING RELATED TO CODING","publisher":{"@id":"http:\/\/43.205.93.38\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/43.205.93.38\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"http:\/\/43.205.93.38\/#organization","name":"Prepbytes","url":"http:\/\/43.205.93.38\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/43.205.93.38\/#\/schema\/logo\/image\/","url":"https:\/\/blog.prepbytes.com\/wp-content\/uploads\/2025\/07\/uzxxllgloialmn9mhwfe.webp","contentUrl":"https:\/\/blog.prepbytes.com\/wp-content\/uploads\/2025\/07\/uzxxllgloialmn9mhwfe.webp","width":160,"height":160,"caption":"Prepbytes"},"image":{"@id":"http:\/\/43.205.93.38\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/prepbytes0211\/","https:\/\/www.instagram.com\/prepbytes\/","https:\/\/www.linkedin.com\/company\/prepbytes\/","https:\/\/www.youtube.com\/channel\/UC0xGnHDrjUM1pDEK2Ka5imA"]},{"@type":"Person","@id":"http:\/\/43.205.93.38\/#\/schema\/person\/3f7dc4ae851791d5947a7f99df363d5e","name":"Prepbytes","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/43.205.93.38\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/232042cd1a1ea0e982c96d2a2ec93fb70a8e864e00784491231e7bfe5a9e06b5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/232042cd1a1ea0e982c96d2a2ec93fb70a8e864e00784491231e7bfe5a9e06b5?s=96&d=mm&r=g","caption":"Prepbytes"},"url":"https:\/\/prepbytes.com\/blog\/author\/gourav-jaincollegedekho-com\/"}]}},"_links":{"self":[{"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/posts\/18811","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/users\/52"}],"replies":[{"embeddable":true,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/comments?post=18811"}],"version-history":[{"count":1,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/posts\/18811\/revisions"}],"predecessor-version":[{"id":18812,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/posts\/18811\/revisions\/18812"}],"wp:attachment":[{"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/media?parent=18811"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/categories?post=18811"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/tags?post=18811"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}