top of page

Search Results

425 items found

  • OOPS CONCEPTS

    OOPS stands for Object-Oriented Programming Systems. It is a programming paradigm that is based on the concept of "objects", which can contain data and code that manipulates that data. OOPS concepts include: Encapsulation: the process of hiding the internal details of an object from the outside world. Inheritance: the ability for one class to inherit the properties and methods of another class. Polymorphism: the ability for a single function or method to work with multiple types of data. Abstraction: the ability to focus on the essential features of an object, while ignoring its non-essential details. Classes and objects: classes are templates for creating objects, which are instances of a class with their own unique properties and methods. Interfaces: A way to define a contract for a class, that the class must implement. These concepts work together to help developers create more organized, efficient, and maintainable code. OOPS concept uses: Object-oriented programming (OOP) is used in many areas of software development and has a number of advantages, some of the main uses of OOPS are: Modularity: OOP allows for the creation of self-contained objects that can be easily reused in other parts of the code, making the development process more efficient. Abstraction: OOP allows for the abstraction of complex systems into manageable objects, making the code more readable and easier to understand. Inheritance: OOP allows for classes to inherit properties and methods from other classes, reducing the amount of redundant code. Polymorphism: OOP allows for a single function or method to work with multiple types of objects, making the code more flexible and adaptable. Encapsulation: OOP allows for the hiding of an object's internal details, making the code more secure and maintainable. Event-Driven Programming: OOP allows for event-driven programming, which is a way of structuring code around events that occur in the system, such as a button click. GUI programming: OOP is very useful for graphical user interface (GUI) programming, as it allows for the creation of reusable, modular objects that can be easily manipulated to create a variety of different user interfaces. Game Development: OOP is widely used in game development, as it allows for the creation of modular and reusable game objects, such as characters, enemies, and items. OOPS concept in java Java is an object-oriented programming (OOP) language, and it supports all the major OOP concepts including: Encapsulation: Java uses the concept of encapsulation to hide the implementation details of a class from the outside world. This is achieved through the use of private variables and methods, which can only be accessed by other methods within the same class. Inheritance: Java allows classes to inherit properties and methods from other classes, through the use of the "extends" keyword. This allows for the creation of a parent-child relationship between classes, where a child class can inherit the properties and methods of a parent class. Polymorphism: Java allows for polymorphism through the use of interfaces and abstract classes. A single method can be written to work with multiple types of objects, which makes the code more flexible and adaptable. Abstraction: Java provides the ability to create abstract classes and methods, which can be used to define a contract for a class without providing a concrete implementation. Interfaces: Java uses interfaces to define a contract for a class, that the class must implement. Interfaces are a way to define methods without providing an implementation. Classes and objects: Java uses classes and objects to implement the OOP concepts. A class is a blueprint for creating objects, and objects are instances of a class with their own unique properties and methods. Java also support other OOP concepts like: 7. Constructors: which are special methods that are used to initialize the state of an object when it is created. Overloading: which is the ability to define multiple methods with the same name but with different parameter lists. Overriding: which is the ability to provide a new implementation for a method that is already provided by a parent class. OOPS concept in python Python is an object-oriented programming (OOP) language, and it supports all the major OOP concepts including: Encapsulation: Python uses the concept of encapsulation to hide the implementation details of an object from the outside world. This is achieved through the use of the "private" and "protected" access modifiers, which are not explicitly defined in the language but are conventionally indicated by a single underscore prefix. Inheritance: Python allows classes to inherit properties and methods from other classes, through the use of the "class" keyword. This allows for the creation of a parent-child relationship between classes, where a child class can inherit the properties and methods of a parent class. Polymorphism: Python allows for polymorphism through the use of duck typing, which is the idea that if an object behaves like a certain type, then it is considered to be that type. This means that a single method can be written to work with multiple types of objects, which makes the code more flexible and adaptable. Abstraction: Python provides the ability to create abstract classes and methods through the use of abstract base classes(ABC) and abstract methods. Interfaces: Python does not have a built-in concept of interfaces, but it can be simulated through the use of abstract base classes (ABCs) or abstract methods. Classes and objects: Python uses classes and objects to implement the OOP concepts. A class is a blueprint for creating objects, and objects are instances of a class with their own unique properties and methods. Constructors: Python uses the special method init() to initialize the state of an object when it is created. Overloading: Python does not support method overloading, but it can be simulated by using default parameter values. Overriding: Python allows methods to be overridden in a subclass, by defining a method with the same name as in the parent class.

  • Tips to Maintain Your Eyes Healthy

    Do not assume that you can see. Take these simple actions to maintain the health of your eyes. Eat Healthily Starting with the food you eat will promote good eye health. Vitamins C and E, lutein, zinc, and omega-3 fatty acids may all be helpful in preventing age-related visual issues such macular degeneration and cataracts. Put these foods on your plate to obtain them: green leafy veggies like collards, spinach, and kale Tuna, salmon, and other oily fish Other non-meat protein sources include eggs, almonds, beans, and legumes. Oranges, as well as other citrus fruits or juices clams and pork Maintaining a healthy weight is made easier by eating a well-balanced diet. That reduces your risk of developing obesity and related conditions like type 2 diabetes, which is the primary cause of adult blindness. Give up smoking It increases your risk of developing macular degeneration, cataracts, and damage to your optic nerve, among many other medical conditions. If you've already tried to break the habit but failed, try again. The more attempts you make to quit, the greater your chance of success. Ask your doctor for assistance. Put on sunglasses. UV (ultraviolet) radiation from the sun might harm your eyes if you don't use the proper sunglasses. Your risk of cataracts and macular degeneration increases with excessive UV exposure. Ideally, your sunglasses should block 99% to 100% of UVA and UVB radiation. Your eyes are better shielded from the side by wraparound lenses. When reducing glare while driving, polarised lenses don't always provide additional protection.Some contact lens brands offer UV protection if you wear them. Sunglasses are still advised as an additional layer. Wear protective eyewear Wear safety glasses or protective eyewear when working with dangerous or airborne products, whether at work or at home. Eye injuries are also possible in sports including lacrosse, racquetball, and ice hockey. Put on eye protection. You can safeguard your eyes by using a helmet with a face mask or sports goggles with polycarbonate lenses. Keep Your Eyes Off the Computer Screen Too much time spent looking at a computer or smartphone screen can lead to: Eyestrain hazy vision Problems with distance vision wet eyes Headaches back, shoulder, and neck pain Keeping your eyes safe: Verify that the prescription for your eyeglasses or contact lenses is currently valid and suitable for viewing a computer screen. Talk to your physician about computer glasses if your eye strain won't go away. Your eyes should be aligned with the top of the screen once you adjust the screen. You can then glance down at the display as a result. Try to stay away from light and window glare. Consider using an anti-glare screen. Select a chair that is cosy and sturdy. Put your feet flat on the ground while doing this. Increase your blinking or try artificial tears if your eyeballs are dry. every 20 minutes, take a 20-minute break. 20-foot gaze for 20 seconds. Rise at least twice a day.and take 15mins break.

  • ELECTRIC VEHICLE DESIGN MASTER CLASS WITH APSSDC Certification

    Learn the nuances of Electric Vehicle Design and Fabrication in a conceptual application pattern. The Andhrapradesh State Skill Development Corporation (APSSDC) launches the *30 Days Free Masterclass on *ELECTRIC VEHICLE DESIGN 3.0 MASTERCLASS*. A Comprehensive step-by-step illustrative session on Designing an EV using MATLAB *Reg Link:* 'https://forms.gle/yryidC3jHoRbdXdF7 Schedule: Medium: YOUTUBE LIVE Date: 08.02.2023 - 09.03.2023 Time: ISTE (6.00-6.45 PM) Topics Covered: Electric Vehicle Introduction e-Motors for EV Application Battery Management Systems Simscape Fundamentals Power Train Modeling EV Model Vehicle Fabrication Prerequisite: Career interest in EV Designs & MATLAB E-Certificate shall be provided to the participants based on attendance. Happy Learning Contact Mr.Kumarasamy R 8925533489 | 10:00 AM - 7:00

  • A rocket-engineered artificial heart. The Chinese call it the aerospace heart.

    Using rocket technology, Chinese scientists claim to have created an artificial heart. The heart, which is currently being tested, uses magnetic and fluid levitation from a rocket system. You might soon find that you don't need to worry at all about heart attacks. According to a recent media claim, Chinese scientists have created an artificial heart using rocket technology that is currently undergoing testing following extensive animal testing. The Teda International Cardiovascular Hospital in Tianjin, North China, and the China Academy of Launch Vehicle Technology (CALT) collaborated on the development of the heart. Li Hong, a former director of CALT at the state-owned China Aerospace Science and Technology Corporation, was quoted in Science and Technology Daily as saying that the artificial heart had been sent for testing and inspection following extensive animal testing. According to the state-run Global Times, the "aerospace heart" will enter clinical trials during the 13th Five-Year Plan (2016–20). It uses magnetic and fluid levitation from a rocket system. Song Zhongping, a military expert and TV analyst, was quoted in the report as saying, "The magnetic and fluid levitation technology can reduce the friction in the device to boost the working efficiency and extend the life duration of the power generator." The blood pump can operate longer thanks to the technology being used, which can lessen harm to the blood. "There isn't a home-made artificial heart that China has authorised for sale. According to Sun Hongtao, associate chief physician at the Fuwai Cardiovascular Hospital, patients must currently rely on heart transplants. It would undoubtedly help Chinese heart patients if China were to develop its own artificial heart at a lesser cost, according to Sun. Using magnetic levitation, Fuwai Cardiovascular Hospital also created an artificial heart that was implanted in three patients between June and October 2017, according to a March 9 report by the government-run Xinhua News Agency. According to Sun, artificial hearts are often used while recipients are awaiting a heart transplant or, in the event that a transplant is not possible, to permanently replace the heart. A sheep with a synthetic heart was implanted in 2013 by scientists, and the sheep lived for 120 days in good condition. The Science and Technology article stated that the hearts were then implanted in six additional lambs, and all of them lived for 100 days or longer, demonstrating that the heart is suitable for batch production.

  • QUEST GLOBAL IS HIRING BATCH 2022

    Criteria for Eligibility: Minimum academic grade point average: 60% Backlogs: There will be no standing arrears or backlogs during the selection process. BE / B.Tech degree Completion date: 2022 Mechanical, Instrumentation & Controls, EEE, ECE are all eligible branches/streams. Candidates must have their original Graduation Marksheets and Provisional Degree Certificates. Salary: $3.25 LPA (3 LPA fixed + $25,000 retention bonus payable after one year) Online assessment + technical interview are used in the selection process. Joining: Mechanical (Week beginning February 6th tentatively), other branches will be informed based on open positions. Apply via this link : https://forms.office.com/pages/responsepage.aspx?id=pCOqk-FuAUaFkjGnYkiTWZO07bw3lZFFsB8my-WVAMFUNzY3RjNOU0tSNUVIMkExMDhUQ0JYM0dZQi4u

  • Checklist for Seniors' Good Health ,Teenager can helps elders .

    At any age, maintaining good health is important, but for senior citizens, doing so is especially crucial for living a long, fulfilling, and active life. Here is a brief guide on staying healthy as you get older. 1. Remind yourself to obtain regular checkups and any recommended screenings: Compared to children, adults have around 10% fewer annual encounters with medical professionals, according to studies. Although it may not come as a surprise, wellness checks are crucial. With the advancement of wellness checks, doctors may now discover preventive steps that will keep you healthy and save you money. Check out the following for further details on what to anticipate from an adult well visit: Adults Should Visit the Doctor Just as Frequently What Exactly Is a Yearly Wellness Exam? Remember to get the breast, colon, and prostate cancer screenings that are advised in addition to your yearly physical. 2. Engage in physical activity: It can be simple to come up with justifications as you age to allow oneself to slow down. However, elders must exercise regularly. The amount of activity we can do and our mood can both be improved by exercise, according to Kristina Balangue, MD, a geriatrician at Banner - University Medical Center Phoenix. Here are a few simple exercises and active lifestyle choices for everyone, regardless of fitness level: The ideal low-impact exercise for seniors: Tai chi? Follow These Advice to Walk Your Way to Better Health Swimming is good for your heart and joints. How to Maintain Muscle Strength as You Age Remember that maintaining mental activity is just as crucial as exercising your muscles and joints. Take lessons, pick up new hobbies and talents, read, play games, and, most importantly, maintain your social connections with friends and family to keep your mind active. 3. Keep your bones strong: Most of us don't really give our bones much thought until one fractures. However, much like other elements of your health, your bone health requires years of work. It's never too late to take care of your bones and prevent bone loss, which is good news. For "5 Tips for Keeping Your Bones Strong," read this article. Would you like to learn more about your osteoporosis risk? Consult your physician regarding a DEXA bone density scan. You can use it to forecast your risk of fractures or osteoporosis. It is a typical screening test for women over 65. 4. Avoid letting joint pain stop you: Sometimes, elegantly becoming older can cause discomfort in your joints. Any damage, whether brought on by illness or trauma, can limit your range of motion and wear down your entire body. Additional details on how to manage your pain and lessen symptoms are provided below: Nine Safe Pain Management Tips Four Ways to Stay Young at Any Age Your Spine Loves Yoga for These 5 Reasons It might be time for a joint replacement if pain treatment is not working. Visit bannerhealth.com to learn more about hip, knee, shoulder, and other joint replacements. 5. Consume heart-healthy food: Everyone's main priority should be to take care of their hearts. There are simple ways to keep your heart beating for years to come, which is fantastic news. The first step is to eat a heart-healthy diet. Uncertain about where to begin? Cholesterol Reduction Through Healthy Eating Discover "the Skinny" on Fats: The Best, Worst, and Ugliest for You Oils in Cooking: What You Should Know How to Reduce Your Sodium Intake: 7 Ways It's never too late to adopt a healthy lifestyle, strengthen your heart, and enhance your general health, even if you've already experienced a heart attack. Check out "8 Ways to Improve Your Health After a Heart Attack" for additional details. 6. Look after your eyes: People frequently see primary care physicians, dentists, and even mental health professionals. But if you don't already use corrective glasses, are you taking good care of your eyes? To avoid eye conditions including age-related macular degeneration, cataracts, glaucoma, impaired vision, and even dry eyes, it's crucial to undergo frequent eye exams. Make a time right away for a standard eye examination. There are also precautions you may take to safeguard your eyes, whether you're at work, home, or outdoors.One of the most crucial steps you can take to shield your eyes from ultraviolet rays and prevent permanent damage to your cornea is to wear sunglasses, even on cloudy days. Yes, sunburns can also affect your eyes. 7. Ensure that your hearing is strong and clear: Have you ever observed that even when you can hear someone speaking, it can be difficult to understand what they are saying? Does your spouse grumble that the TV is on too loudly? Do your ears continue to ring constantly? If so, you may be suffering with hearing loss or tinnitus, a condition that is similar. Don't let hearing loss limit your ability to go about your daily business. Make an appointment with your doctor right away to see whether using hearing aids is a good idea for you. For further details about hearing: Are Earbuds Endangering Your Hearing? Three Arguments Against Cotton Swabs in the Case of Earwax Cochlear Implants: A Gift of Sound 8. Maintain a spring in your step: Your feet and ankles are always under tension, which can sometimes cause inflammation, pain, and restricted range of motion. Maintaining an active lifestyle requires caring for your feet and donning the proper footwear. Check out these articles for more advice on how to maintain your spring in your step if you have foot, ankle, or heel pain: Your feet may overpronate or underpronate. Here are some tips on how to identify bunions and how to treat them. Are Counter Insoles Useful or Wasteful? Keep Your Hope Alive Despite Heel Pain 9. Organize and safeguard your drug collection: You might need to take various medications to treat various medical conditions, particularly as you age. It's crucial to frequently evaluate your prescriptions with your pharmacist and medical professional to make sure everything is essential and to look for any potential drug interactions. Learn more about how to administer your drugs safely: The Top Indicators That You May Be Taking Too Many Medicines Why You Should Never Throw Away That Medication Package: The Importance of Taking Your Medications as Recommended Do you have diabetes? insert It can be difficult to manage your prescriptions and insulin at the same time. "6 Medication Safety Tips for Older Adults with Diabetes" are provided below. 10. Take some time to relax: Why does sound sleep get harder to come by as we age? According to studies, 50% of Americans over the age of 65 experience sleep issues. As we age, not getting enough sleep at night can also result in additional health issues like a higher chance of falling and daytime weariness. Dr. Joyce Lee-Iannotti, a neurologist and sleep expert at Banner Health in Phoenix, offers these 10 suggestions for a more restful sleep to help you get the rest you need. You should schedule a consultation with a Banner Health doctor to discover a solution if you have tried Dr. Lee-advice Iannotti's but are still having trouble falling asleep.

  • LTI MINDTREE IS HIRING

    Freshmen are being hired by LTI MINDTREE for the position of Customer Service Associate. Below are the job's specifications, requirements, and other details: Eligibility for LTI MINDTREE:CUSTOMER SERVICE ASSOCIATE: Any graduate with any graduation year may apply. strong communication abilities good familiarity with Microsoft modules (MS Excel, MS ppt) 80 words per minute on the keyboard English communication abilities, both verbal and written, and knowledge of computer hardware Apply using this link:https://careers.ltimindtree.com/job/Bengaluru-MT-Customer-Service-Associate-KA/881771601/

  • GLOBAL LOGIC IS HIRING: ASSOCIATE ANALYST

    Global Logic is hiring freshers for the role of Associate Analyst. The details of the job, requirement and other information is given below: GLOBAL LOGIC: ASSOCIATE ANALYST Eligibility: Any new hire must be a graduate (Must have Provisional Certificate and Consolidated Marks Memo) The candidate must be willing to work from home. Job Objective: The candidate should have excellent communication and problem-solving skills. Will focus on real-time support. Entering details into the tool and searching for them Apply through the link here:https://www.naukri.com/job-listings-associate-analyst-globallogic-hyderabad-secunderabad-0-to-1-years-200123012520?utmcampaign=androidjd&utmsource=share&src=sharedjd

  • On average, over 1,600 tech employees were laid off per day in January.

    NEW DELHI — In 2023, more than 1,600 tech employees will be laid off per day on average globally, including in India, and the sackings have accelerated due to global economic meltdown and recession fears. According to data from the layoffs tracking website Layoffs.fyi, over 1,000 companies laid off 154,336 workers in 2022. The mass tech layoffs of 2022 are continuing into the new year, with Indian companies and startups leading the charge. ShareChat (Mohalla Tech Pvt Ltd), a homegrown social media company, laid off 20% of its workforce due to uncertain market conditions, affecting over 500 employees. ShareChat employs approximately 2,300 people and is backed by Twitter, Google, Snap, and Tiger Global. After shutting down its fantasy sports platform, Jeet11, in December 2022, ShareChat laid off less than 5% of its employees. This month, companies such as Ola (which laid off 200 employees) and voice automation startup Skit.ai dominated the headlines for laying off employees. Dunzo, a local quick-grocery delivery service, has laid off 3% of its workforce as part of cost-cutting measures. The year 2023 has started poorly for tech workers around the world, with 91 companies laying off more than 24,000 tech workers in the first 15 days of the month, indicating worse days ahead. Amazon announced the layoff of 18,000 workers worldwide, including nearly 1,000 in India. Meanwhile, LinkedIn is flooded with job postings, offers of assistance to laid-off friends and colleagues, and advice on overcoming career obstacles as several companies reduce their workforce to navigate an uncertain macroeconomic environment. According to market research firm Sensor Tower, the LinkedIn app was downloaded an estimated 58.4 million times globally in 2022 across Google Play and Apple App Stores, a 10% increase from 2021. The Aftereffects of a Recession Recessions have the expected monetary and fiscal consequences: credit availability tightens and short-term interest rates fall. Unemployment rates rise as businesses seek to cut costs. This, in turn, reduces consumption rates, causing inflation rates to fall.

  • Program to check the given number is an Armstrong or not

    What is Armstrong Number? Armstrong Number is also known as narcissistic number. A number which have n digits can be say that Armstrong number if its sum of nth powers of its digits is equal to original number. Like Armstrong number of 3 digits is a number which is equal to the sum of cube of its digits. C : #include int main() { int num, originalNum, remainder, result = 0, n = 0; printf("Enter an integer: "); scanf("%d", &num); originalNum = num; while (originalNum != 0) { originalNum /= 10; ++n; } originalNum = num; while (originalNum != 0) { remainder = originalNum % 10; result += pow(remainder, n); originalNum /= 10; } if (result == num) printf("%d is an Armstrong number.", num); else printf("%d is not an Armstrong number.", num); return 0; } C++ : #include #include using namespace std; int main() { int num, originalNum, remainder, result = 0, n = 0; cout `oaicite:{"index":0,"invalid_reason":"Malformed citation << \"Enter an integer: \";\n cin >>"}` num; originalNum = num; while (originalNum != 0) { originalNum /= 10; ++n; } originalNum = num; while (originalNum != 0) { remainder = originalNum % 10; result += pow(remainder, n); originalNum /= 10; } if (result == num) cout << num << " is an Armstrong number."; else cout << num << " is not an Armstrong number."; return 0; } Java: import java.util.Scanner; public class ArmstrongNumber { public static void main(String[] args) { int num, originalNum, remainder, result = 0, n = 0; Scanner scanner = new Scanner(System.in); System.out.println("Enter an integer: "); num = scanner.nextInt(); originalNum = num; while (originalNum != 0) { originalNum /= 10; ++n; } originalNum = num; while (originalNum != 0) { remainder = originalNum % 10; result += Math.pow(remainder, n); originalNum /= 10; } if (result == num) System.out.println(num + " is an Armstrong number."); else System.out.println(num + " is not an Armstrong number."); } } Python: num = int(input("Enter an integer: ")) originalNum = num result = 0 n = len(str(num)) while originalNum != 0: remainder = originalNum % 10 result += remainder ** n originalNum //= 10 if result == num: print(num, "is an Armstrong number.") else: print(num, "is not an Armstrong number.")

  • How to create a resume for freshmen is as follows:

    1.To make it recognisable and simple for HR, use the reverse-chronological format. 2.Start off with a captivating aim or summary for a fresher resume. 3.List your academic accomplishments, including any noteworthy honours and coursework. 4.Use pertinent victories to highlight any experience and internships you may have. Build up your resume https://www.livecareer.co.uk/build-cv/choose-template

  • PAYPAL IS HIRING: DATA ANALYST 2023 BATCH

    Paypal is hiring freshers for the role of Data Analyst. The details of the job, requirement and other information is given below: PAYPAL: DATA ANALYST Eligibility: This is a Recent Graduate Full-Time position. You will be graduating by 2023, with a Bachelor’s degree in related field from an accredited college or university. Understand how to make data visually appealing and simple to both navigate and comprehend for end-users Aggregate data from various sources to construct streamlined data pipelines and integrate data from multiple PayPal systems. Apply through the link here: https://wd1.myworkdaysite.com/recruiting/paypal/jobs/job/Chennai-Tamil-Nadu-India/Data-Analyst---2023-Graduate_R0099307?Codes=W-LINKEDIN

bottom of page