UrbanPro
true
Sravani D. C++ Language trainer in Bangalore

Sravani D.

locationImg Marathahalli, Bangalore
3 yrs of Exp
Book a Free Demo
Book a Free Demo

Details verified of Sravani D.

Identity

Education

Know how UrbanPro verifies Tutor details

Identity is verified based on matching the details uploaded by the Tutor with government databases.

Tutor

Online Classes
Student's home
Tutor's home
I have 3 years of experience as a Java Trainer cum Developer.

Languages Spoken

Telugu

Hindi

English

Education

SLCIET 2011

Master of Computer Applications (M.C.A.)

Address

Marathahalli, Bangalore, India - 560037

Verified Info

Phone Verified

Email Verified

Facebook Verified

Report this Profile

Is this listing inaccurate or duplicate? Any other problem?

Please tell us about the problem and we will fix it.

Please describe the problem that you see in this page.

Type the letters as shown below *

Please enter the letters as show below

Teaches

C++ Language Classes

Class Location

Online class via Zoom

Student's Home

Tutor's Home

Years of Experience in C++ Language Classes

3

Proficiency level taught

Advanced C++, Basic C++

Teaching Experience in detail in C++ Language Classes

I have 3 years 0f experience as a c++ trainer.

C Language Classes

Class Location

Online class via Zoom

Student's Home

Tutor's Home

Years of Experience in C Language Classes

3

Teaching Experience in detail in C Language Classes

I have 3 years of experience as a class room trainer.

Java Training Classes

Class Location

Online class via Zoom

Student's Home

Tutor's Home

Years of Experience in Java Training Classes

5

Teaches

Core Java, Hibernate, Struts, Spring, Servlet, J2EE, JSP (Java Server Pages)

Teaching Experience in detail in Java Training Classes

I have total 5 years of experience as a Java and Salesforce trainer cum developer.

Salesforce Administrator Training

Class Location

Online class via Zoom

Student's Home

Tutor's Home

Years of Experience in Salesforce Administrator Training

2

Teaching Experience in detail in Salesforce Administrator Training

I have 2 years of experience as a Salesforce Trainer

Reviews

No Reviews yet!

Lessons by Sravani D.

Object Oriented Programming Concepts :

Class : Class is user defined data type. Class is a logical representation of an Object. That means Class is used to define an object, how you want to create your software object. For Example...

19/04/2017
0 0
0

Answers by Sravani D.

Answered on 05/08/2016 Learn IT Courses/Java

Ask a Question

Post a Lesson

Abstraction is the Methodology. Abstraction means hiding the things, that can be either data or implementation or complexity or anything. So that how you are achieving abstraction means through Encapsulation, Abstract classes or Interfaces. Encapsulation means "minimizing inter-dependencies among... ...more
Abstraction is the Methodology. Abstraction means hiding the things, that can be either data or implementation or complexity or anything. So that how you are achieving abstraction means through Encapsulation, Abstract classes or Interfaces. Encapsulation means "minimizing inter-dependencies among separately-written modules by defining strict external interfaces". That means when we giving data as private and to access that data we are providing getters and setters so that we can access that data. By doing like this you are not preventing the data you are controlling the data if you want to give permission to update or insert then only you can provide setter otherwise you can provide only getter and any validations like age can be only positive we can't give negative but int can accept both like these controlling you can give it in setter methods. This is Encapsulation.
Answers 25 Comments
Dislike Bookmark

Answered on 05/08/2016 Learn IT Courses/Java

Ask a Question

Post a Lesson

throw is a keyword to raise an Exception, where the user want. throws is a keyword to avoid compile exceptions with out handling the Exceptions we are throwing to calling methods. Then that method can handle the Exception other wise it can also throws to next method.
Answers 14 Comments
Dislike Bookmark

Answered on 05/08/2016 Learn IT Courses/Java

Ask a Question

Post a Lesson

No. It is not possible to instantiate the abstract class because abstract class means incomplete class. Usually the class is a design pattern so in normal way we can't create real object for incomplete design so that we can't create software object for incomplete class. And some will feel... ...more
No. It is not possible to instantiate the abstract class because abstract class means incomplete class. Usually the class is a design pattern so in normal way we can't create real object for incomplete design so that we can't create software object for incomplete class. And some will feel that using anonymous inner classes we are indirectly creating object for abstract class but at that situation the compiler will provide some name to extended class so that it will create object for that class not for abstract class.
Answers 31 Comments
Dislike Bookmark
x

Ask a Question

Please enter your Question

Please select a Tag

Teaches

C++ Language Classes

Class Location

Online class via Zoom

Student's Home

Tutor's Home

Years of Experience in C++ Language Classes

3

Proficiency level taught

Advanced C++, Basic C++

Teaching Experience in detail in C++ Language Classes

I have 3 years 0f experience as a c++ trainer.

C Language Classes

Class Location

Online class via Zoom

Student's Home

Tutor's Home

Years of Experience in C Language Classes

3

Teaching Experience in detail in C Language Classes

I have 3 years of experience as a class room trainer.

Java Training Classes

Class Location

Online class via Zoom

Student's Home

Tutor's Home

Years of Experience in Java Training Classes

5

Teaches

Core Java, Hibernate, Struts, Spring, Servlet, J2EE, JSP (Java Server Pages)

Teaching Experience in detail in Java Training Classes

I have total 5 years of experience as a Java and Salesforce trainer cum developer.

Salesforce Administrator Training

Class Location

Online class via Zoom

Student's Home

Tutor's Home

Years of Experience in Salesforce Administrator Training

2

Teaching Experience in detail in Salesforce Administrator Training

I have 2 years of experience as a Salesforce Trainer

No Reviews yet!

Answers by Sravani D.

Answered on 05/08/2016 Learn IT Courses/Java

Ask a Question

Post a Lesson

Abstraction is the Methodology. Abstraction means hiding the things, that can be either data or implementation or complexity or anything. So that how you are achieving abstraction means through Encapsulation, Abstract classes or Interfaces. Encapsulation means "minimizing inter-dependencies among... ...more
Abstraction is the Methodology. Abstraction means hiding the things, that can be either data or implementation or complexity or anything. So that how you are achieving abstraction means through Encapsulation, Abstract classes or Interfaces. Encapsulation means "minimizing inter-dependencies among separately-written modules by defining strict external interfaces". That means when we giving data as private and to access that data we are providing getters and setters so that we can access that data. By doing like this you are not preventing the data you are controlling the data if you want to give permission to update or insert then only you can provide setter otherwise you can provide only getter and any validations like age can be only positive we can't give negative but int can accept both like these controlling you can give it in setter methods. This is Encapsulation.
Answers 25 Comments
Dislike Bookmark

Answered on 05/08/2016 Learn IT Courses/Java

Ask a Question

Post a Lesson

throw is a keyword to raise an Exception, where the user want. throws is a keyword to avoid compile exceptions with out handling the Exceptions we are throwing to calling methods. Then that method can handle the Exception other wise it can also throws to next method.
Answers 14 Comments
Dislike Bookmark

Answered on 05/08/2016 Learn IT Courses/Java

Ask a Question

Post a Lesson

No. It is not possible to instantiate the abstract class because abstract class means incomplete class. Usually the class is a design pattern so in normal way we can't create real object for incomplete design so that we can't create software object for incomplete class. And some will feel... ...more
No. It is not possible to instantiate the abstract class because abstract class means incomplete class. Usually the class is a design pattern so in normal way we can't create real object for incomplete design so that we can't create software object for incomplete class. And some will feel that using anonymous inner classes we are indirectly creating object for abstract class but at that situation the compiler will provide some name to extended class so that it will create object for that class not for abstract class.
Answers 31 Comments
Dislike Bookmark
x

Ask a Question

Please enter your Question

Please select a Tag

Lessons (1)

Object Oriented Programming Concepts :

Class : Class is user defined data type. Class is a logical representation of an Object. That means Class is used to define an object, how you want to create your software object. For Example...

19/04/2017
0 0
0
  • Want to learn from Sravani D.?

  • Book a Demo
X

Reply to 's review

Enter your reply*

1500/1500

Please enter your reply

Your reply should contain a minimum of 10 characters

Your reply has been successfully submitted.

Certified

The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.

Different batches available for this Course

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more