UrbanPro
true
Shashikala H. Company Secretary (CS) trainer in Bangalore

Shashikala H.

CS Master

Banashankari 3rd Stage, Bangalore, India - 560085.

Contact
Referral Discount: Get ₹ 250 off when you make a payment to start classes. Get started by Booking a Demo.

Details verified of Shashikala H.

Identity

Education

Know how UrbanPro verifies Tutor details

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

Overview

Shashikala H. describes herself as CS Master. She conducts classes in .Net Training, BCA Tuition and BTech Tuition. Shashikala is located in Banashankari 3rd Stage, Bangalore. Shashikala takes Regular Classes- at her Home and Online Classes- via online medium. She has 11 years of teaching experience . Shashikala has completed Master of Engineering - Master of Technology (M.E./M.Tech.) from VTU in 2013. She is well versed in English.

Languages Spoken

English

Education

VTU 2013

Master of Engineering - Master of Technology (M.E./M.Tech.)

Address

Banashankari 3rd Stage, Bangalore, India - 560085

Verified Info

Phone Verified

Email 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

Company Secretary (CS) Coaching Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Company Secretary (CS) Coaching Classes

11

Type of class

Crash Course, Regular Classes

C++ Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C++ Language Classes

11

Proficiency level taught

Basic C++, Advanced C++

BTech Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BTech Tuition

11

BTech Computer Science subjects

Network security, Computer Organization & Design, Database Management Systems, Java Programming, Data Structures and Algorithms, Unix Network Programming, Internet Technology and Applications, Data Warehouse and Data Mining, Computer Networks, Protocol Engineering, Object Oriented Programming & Systems, Design and Analysis of Algorithms, Web Engineering, Types of Database Systems, Simulation and Modelling, Data Communication, Network Management & Design, Information Security, Wireless Networks

BTech Branch

BTech Computer Science Engineering

Type of class

Crash Course, Regular Classes

Class strength catered to

One on one/ Private Tutions, Group Classes

Taught in School or College

Yes

C Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C Language Classes

11

Engineering Diploma Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Engineering Diploma Tuition

11

Engineering Diploma Branch

Computer Engineering Diploma

Computer Engineering Diploma Subject

Computer Network, Operating System, Programming Windows in VC++, Computer Security, Network Programming, Computer Graphics, Graphical User Interface (GUI), Relational Database Management Systems, Basics of C Programming, Microprocessor and Programming, Object Oriented Programming, Digital Techniques, Java Programming, Data Structure Using 'C'

Type of class

Crash Course, Regular Classes

Class strength catered to

One on one/ Private Tutions, Group Classes

Taught in School or College

Yes

Java Training Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Java Training Classes

11

Teaches

Core Java, Hibernate, JSP (Java Server Pages)

Certification training offered

No

BCA Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BCA Tuition

11

BCA Subject

Computer Oriented Numerical Techniques , Systems Analysis and Design , Internet Concepts and Web Design , IT, Unix Shell programming, Java Programming, Operation Research, Communication Skills , Programming in C++ , Computer Networks , Visual Programing, Business Communication , Statistical Techniques , Problem Solving and Programming , Cryptography and Network Security, Business Organization , Accountancy, Algorithm Design , Data Communication and Networks, Mathematics, Assembly Language Programming, Database Management Systems , E-Commerce , Operating System Concepts and Networking Management , Data structures, Network Programming and Administration , Microprocessor, C Language Programming, Computer Basics and PC Software , Object Oriented Technologies, Software Engineering , Web Programming, Financial Accounting and Management, Digital Electronics, Computer Architecture, Data and File Structures

Type of class

Crash Course, Regular Classes

Class strength catered to

One on one/ Private Tutions, Group Classes

Taught in School or College

Yes

Computer Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Computer Classes

11

Type of Computer course taken

Basics of Computer usage

.Net Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in .Net Training

11

Certification offered

No

Class 9 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 9 Tuition

11

Board

State, ICSE, CBSE

CBSE Subjects taught

Mathematics, Science, English, Kannada

ICSE Subjects taught

Computer Application

Taught in School or College

Yes

State Syllabus Subjects taught

Science, English, Kannada, Mathematics

Class 10 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 10 Tuition

11

Board

State, ICSE, CBSE

CBSE Subjects taught

Mathematics, Science, English, Kannada

ICSE Subjects taught

Computer Application

Taught in School or College

Yes

State Syllabus Subjects taught

Science, English, Kannada, Mathematics

Reviews

No Reviews yet!

FAQs

1. Which classes do you teach?

I teach .Net Training, BCA Tuition, BTech Tuition, C Language, C++ Language, Class 10 Tuition, Class 9 Tuition, Company Secretary (CS) Coaching, Computer and Engineering Diploma Tuition Classes.

2. Do you provide a demo class?

Yes, I provide a free demo class.

3. How many years of experience do you have?

I have been teaching for 11 years.

Answers by Shashikala H. (3)

Answered on 03/09/2015 Learn IT Courses

Operator overloading is an important concept in C++. It is a type of polymorphism in which an operator is overloaded to give user defined meaning to it. Overloaded operator is used to perform operation on user-defined data type. For example '+' operator can be overloaded to perform addition on various... ...more
Operator overloading is an important concept in C++. It is a type of polymorphism in which an operator is overloaded to give user defined meaning to it. Overloaded operator is used to perform operation on user-defined data type. For example '+' operator can be overloaded to perform addition on various data types, like for Integer, String(concatenation) etc.
Answers 3 Comments
Dislike Bookmark

Answered on 03/09/2015 Learn IT Courses/Programming Languages/C++ Language

In POP, program is divided into small parts called functions. In OOP, program is divided into parts called objects. POP follows Top Down approach. OOP follows Bottom Up approach. POP does not have any access specifier. OOP has access specifiers named Public, Private, Protected, etc. In POP, Data can... ...more
In POP, program is divided into small parts called functions. In OOP, program is divided into parts called objects. POP follows Top Down approach. OOP follows Bottom Up approach. POP does not have any access specifier. OOP has access specifiers named Public, Private, Protected, etc. In POP, Data can move freely from function to function in the system. In OOP, objects can move and communicate with each other through member functions. To add new data and function in POP is not so easy. OOP provides an easy way to add new data and function. In POP, Most function uses Global data for sharing that can be accessed freely from function to function in the system. In OOP, data can not move easily from function to function,it can be kept public or private so we can control the access of data. POP does not have any proper way for hiding data so it is less secure. OOP provides Data Hiding so provides more security.
Answers 20 Comments
Dislike Bookmark

Answered on 03/09/2015 Learn IT Courses/Programming Languages

One of the important concept of OOP is data hiding, i.e., a nonmember function cannot access an object's private or protected data. But, sometimes this restriction may force programmer to write long and complex codes. So, there is mechanism built in C++ programming to access private or protected data... ...more
One of the important concept of OOP is data hiding, i.e., a nonmember function cannot access an object's private or protected data. But, sometimes this restriction may force programmer to write long and complex codes. So, there is mechanism built in C++ programming to access private or protected data from non-member function which is friend function and friend class.
Answers 4 Comments
Dislike Bookmark

Teaches

Company Secretary (CS) Coaching Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Company Secretary (CS) Coaching Classes

11

Type of class

Crash Course, Regular Classes

C++ Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C++ Language Classes

11

Proficiency level taught

Basic C++, Advanced C++

BTech Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BTech Tuition

11

BTech Computer Science subjects

Network security, Computer Organization & Design, Database Management Systems, Java Programming, Data Structures and Algorithms, Unix Network Programming, Internet Technology and Applications, Data Warehouse and Data Mining, Computer Networks, Protocol Engineering, Object Oriented Programming & Systems, Design and Analysis of Algorithms, Web Engineering, Types of Database Systems, Simulation and Modelling, Data Communication, Network Management & Design, Information Security, Wireless Networks

BTech Branch

BTech Computer Science Engineering

Type of class

Crash Course, Regular Classes

Class strength catered to

One on one/ Private Tutions, Group Classes

Taught in School or College

Yes

C Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C Language Classes

11

Engineering Diploma Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Engineering Diploma Tuition

11

Engineering Diploma Branch

Computer Engineering Diploma

Computer Engineering Diploma Subject

Computer Network, Operating System, Programming Windows in VC++, Computer Security, Network Programming, Computer Graphics, Graphical User Interface (GUI), Relational Database Management Systems, Basics of C Programming, Microprocessor and Programming, Object Oriented Programming, Digital Techniques, Java Programming, Data Structure Using 'C'

Type of class

Crash Course, Regular Classes

Class strength catered to

One on one/ Private Tutions, Group Classes

Taught in School or College

Yes

Java Training Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Java Training Classes

11

Teaches

Core Java, Hibernate, JSP (Java Server Pages)

Certification training offered

No

BCA Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BCA Tuition

11

BCA Subject

Computer Oriented Numerical Techniques , Systems Analysis and Design , Internet Concepts and Web Design , IT, Unix Shell programming, Java Programming, Operation Research, Communication Skills , Programming in C++ , Computer Networks , Visual Programing, Business Communication , Statistical Techniques , Problem Solving and Programming , Cryptography and Network Security, Business Organization , Accountancy, Algorithm Design , Data Communication and Networks, Mathematics, Assembly Language Programming, Database Management Systems , E-Commerce , Operating System Concepts and Networking Management , Data structures, Network Programming and Administration , Microprocessor, C Language Programming, Computer Basics and PC Software , Object Oriented Technologies, Software Engineering , Web Programming, Financial Accounting and Management, Digital Electronics, Computer Architecture, Data and File Structures

Type of class

Crash Course, Regular Classes

Class strength catered to

One on one/ Private Tutions, Group Classes

Taught in School or College

Yes

Computer Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Computer Classes

11

Type of Computer course taken

Basics of Computer usage

.Net Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in .Net Training

11

Certification offered

No

Class 9 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 9 Tuition

11

Board

State, ICSE, CBSE

CBSE Subjects taught

Mathematics, Science, English, Kannada

ICSE Subjects taught

Computer Application

Taught in School or College

Yes

State Syllabus Subjects taught

Science, English, Kannada, Mathematics

Class 10 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 10 Tuition

11

Board

State, ICSE, CBSE

CBSE Subjects taught

Mathematics, Science, English, Kannada

ICSE Subjects taught

Computer Application

Taught in School or College

Yes

State Syllabus Subjects taught

Science, English, Kannada, Mathematics

No Reviews yet!

Answers by Shashikala H. (3)

Answered on 03/09/2015 Learn IT Courses

Operator overloading is an important concept in C++. It is a type of polymorphism in which an operator is overloaded to give user defined meaning to it. Overloaded operator is used to perform operation on user-defined data type. For example '+' operator can be overloaded to perform addition on various... ...more
Operator overloading is an important concept in C++. It is a type of polymorphism in which an operator is overloaded to give user defined meaning to it. Overloaded operator is used to perform operation on user-defined data type. For example '+' operator can be overloaded to perform addition on various data types, like for Integer, String(concatenation) etc.
Answers 3 Comments
Dislike Bookmark

Answered on 03/09/2015 Learn IT Courses/Programming Languages/C++ Language

In POP, program is divided into small parts called functions. In OOP, program is divided into parts called objects. POP follows Top Down approach. OOP follows Bottom Up approach. POP does not have any access specifier. OOP has access specifiers named Public, Private, Protected, etc. In POP, Data can... ...more
In POP, program is divided into small parts called functions. In OOP, program is divided into parts called objects. POP follows Top Down approach. OOP follows Bottom Up approach. POP does not have any access specifier. OOP has access specifiers named Public, Private, Protected, etc. In POP, Data can move freely from function to function in the system. In OOP, objects can move and communicate with each other through member functions. To add new data and function in POP is not so easy. OOP provides an easy way to add new data and function. In POP, Most function uses Global data for sharing that can be accessed freely from function to function in the system. In OOP, data can not move easily from function to function,it can be kept public or private so we can control the access of data. POP does not have any proper way for hiding data so it is less secure. OOP provides Data Hiding so provides more security.
Answers 20 Comments
Dislike Bookmark

Answered on 03/09/2015 Learn IT Courses/Programming Languages

One of the important concept of OOP is data hiding, i.e., a nonmember function cannot access an object's private or protected data. But, sometimes this restriction may force programmer to write long and complex codes. So, there is mechanism built in C++ programming to access private or protected data... ...more
One of the important concept of OOP is data hiding, i.e., a nonmember function cannot access an object's private or protected data. But, sometimes this restriction may force programmer to write long and complex codes. So, there is mechanism built in C++ programming to access private or protected data from non-member function which is friend function and friend class.
Answers 4 Comments
Dislike Bookmark

Shashikala H. describes herself as CS Master. She conducts classes in .Net Training, BCA Tuition and BTech Tuition. Shashikala is located in Banashankari 3rd Stage, Bangalore. Shashikala takes Regular Classes- at her Home and Online Classes- via online medium. She has 11 years of teaching experience . Shashikala has completed Master of Engineering - Master of Technology (M.E./M.Tech.) from VTU in 2013. She is well versed in English.

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